Uses of Interface
org.jgrapht.ext.JGraphModelAdapter.CellFactory

Packages that use JGraphModelAdapter.CellFactory
org.jgrapht.ext Extensions and integration means to other products. 
 

Uses of JGraphModelAdapter.CellFactory in org.jgrapht.ext
 

Classes in org.jgrapht.ext that implement JGraphModelAdapter.CellFactory
static class JGraphModelAdapter.DefaultCellFactory<VV,EE>
          A simple default cell factory.
 

Methods in org.jgrapht.ext that return JGraphModelAdapter.CellFactory
 JGraphModelAdapter.CellFactory<V,E> JGraphModelAdapter.getCellFactory()
          Returns the cell factory used to create the JGraph cells.
 

Constructors in org.jgrapht.ext with parameters of type JGraphModelAdapter.CellFactory
JGraphModelAdapter(Graph<V,E> jGraphTGraph, org.jgraph.graph.AttributeMap defaultVertexAttributes, org.jgraph.graph.AttributeMap defaultEdgeAttributes, JGraphModelAdapter.CellFactory<V,E> cellFactory)
          Constructs a new JGraph model adapter for the specified JGraphT graph.
 



Copyright © 2013. All rights reserved.