net.sourceforge.combean.adapters.jgraph
Class JGraphCellAsNode
java.lang.Object
net.sourceforge.combean.util.GenericWrapper
net.sourceforge.combean.graph.ObjectAsNode
net.sourceforge.combean.adapters.jgraph.JGraphCellAsNode
- All Implemented Interfaces:
- Node
public class JGraphCellAsNode
- extends ObjectAsNode
Wrapper to use JGraph GraphCells as Nodes
JGraphCellAsNode
public JGraphCellAsNode(Object o)
- constructor
- Parameters:
o
- the GraphCell to be wrapped
getGraphCell
public org.jgraph.graph.GraphCell getGraphCell()
- Returns:
- the wrapped GraphCell