See: Description
Class | Description |
---|---|
GraphPinScene<N,E,P> |
This class holds and manages graph-oriented model.
|
GraphPinScene.StringGraph |
This class is a particular GraphPinScene where nodes, edges and pins are represented with String class.
|
GraphScene<N,E> |
This class holds and manages graph-oriented model.
|
GraphScene.StringGraph |
This class is a particular GraphScene where nodes and edges are represented with String class.
|
This package contains built-in graph-oriented models. They are based on a ObjectScene
class.
The GraphScene
provides a model with nodes and edges.
An edge can have a source and target node specified.
The GraphPinScene
providers a model with nodes, pins and edges.
A pin is always assigned to a node and an edge can have a source and target pin specified.