Package org.jgraph.graph
Interface CellViewFactory
-
- All Known Implementing Classes:
DefaultCellViewFactory
public interface CellViewFactory
Defines the requirements for objects that may be used as a cell view factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellView
createView(GraphModel model, java.lang.Object cell)
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper.
-
-
-
Method Detail
-
createView
CellView createView(GraphModel model, java.lang.Object cell)
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper.- Parameters:
cell
- reference to the object in the model
-
-