public class ParetoViewFactory
extends org.jgraph.graph.DefaultCellViewFactory
| Constructor and Description |
|---|
ParetoViewFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jgraph.graph.CellView |
createView(org.jgraph.graph.GraphModel model,
java.lang.Object cell)
Constructs a view for the specified cell and associates it with the
specified object using the specified CellMapper.
|
public org.jgraph.graph.CellView createView(org.jgraph.graph.GraphModel model,
java.lang.Object cell)
org.jgraph.graph.DefaultCellViewFactoryNote: The mapping needs to be available before the views of child cells and ports are created. Note: This method must return new instances!
createView in interface org.jgraph.graph.CellViewFactorycreateView in class org.jgraph.graph.DefaultCellViewFactorycell - reference to the object in the model