|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayeredGraph | |
y25.base | Lays out the framework for working with layered graphs. |
y25.layout | Extends layered graphs with layout information. |
y25.view | Enriches layered layout graphs with realizers and handles rendering through OpenGL. |
Uses of LayeredGraph in y25.base |
Methods in y25.base that return LayeredGraph | |
LayeredGraph |
LayerEdge.getLayeredGraph()
Returns the layered graph this layer edge belongs to. |
Constructors in y25.base with parameters of type LayeredGraph | |
LayerEdge(LayeredGraph lg,
Node v,
Node w)
Creates a new layer edge that belongs to the given layered graph. |
Uses of LayeredGraph in y25.layout |
Subclasses of LayeredGraph in y25.layout | |
class |
LayeredLayoutGraph
Extends LayeredGraph with layout information. |
Uses of LayeredGraph in y25.view |
Subclasses of LayeredGraph in y25.view | |
class |
Graph25D
Represents a LayeredLayoutGraph with additional 2.5D support. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |