Scene graph node list

From Developer Documents
Revision as of 12:35, 13 October 2011 by Tuukka Lehtonen (talk | contribs) (Created page with "== 2D Nodes == === org.simantics.scenegraph.g2d === {|class="wikitable" !Class !Description |- |<em>IG2DNode</em> |Interface implemented by all 2D scene graph nodes. |- |G2DNod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2D Nodes

org.simantics.scenegraph.g2d

Class Description
IG2DNode Interface implemented by all 2D scene graph nodes.
G2DNode Base class for all 2D rendering leaf nodes.
G2DParentNode Base class for all 2D rendering nodes that may have children.
G2DSceneGraph 2D scene graph root node.

For the code, see org.simantics.scenegraph.g2d.

org.simantics.scenegraph.g2d.nodes

Class Description
G2DNode Base class for all 2D rendering leaf nodes.

For the code, see org.simantics.scenegraph.g2d.nodes.

org.simantics.diagram.elements

For the code, see org.simantics.diagram.elements.