|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.graph.factory.GraphCellFactory
public class GraphCellFactory
GraphCellFactory
class - abstract factory class for graph nodes
creation.
Constructor Summary | |
---|---|
GraphCellFactory()
|
Method Summary | |
---|---|
static org.jgraph.graph.DefaultGraphCell |
createCell(AbstractResourceType type,
AbstractResourceValue resourceValue)
Creates new graph cell |
static org.jgraph.graph.DefaultEdge |
createEdge()
Creates new graph edge |
static org.jgraph.graph.DefaultPort |
createPort()
Creates new graph port |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphCellFactory()
Method Detail |
---|
public static org.jgraph.graph.DefaultGraphCell createCell(AbstractResourceType type, AbstractResourceValue resourceValue)
type
- specifies type of the cell which will be created.resourceValue
- instance of AbstractResourceValue
DefaultGraphCell
public static org.jgraph.graph.DefaultPort createPort()
DefaultPort
public static org.jgraph.graph.DefaultEdge createEdge()
DefaultEdge
|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |