| com.pnfsoftware.jeb.core.output.graph.IGraphNode |
Known Indirect Subclasses
|
Defines a Graph node in the IGraphDocument.
A graph node can be a simple name, text buffers, items, bitmap images or other documents.
A graph node is connected to 0-n other IGraphNode.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<IGraphNode> |
getConnectedTo()
Get the list of all connections starting from this node (null or empty if the node is a
leaf).
| ||||||||||
| abstract IGenericDocument |
getDocument()
Get the
IGenericDocument that represents the node. | ||||||||||
Get the list of all connections starting from this node (null or empty if the node is a leaf).