Uses of Class
org.kite9.diagram.primitives.AbstractIdentifiableDiagramElement

Packages that use AbstractIdentifiableDiagramElement
org.kite9.diagram.adl This package contains value objects which can be used in ADL (Abstract Diagram Language). 
org.kite9.diagram.primitives This package contains the basic (primitive) diagram elements referenced by the visualization algorithm, as opposed to ADL which gives a specific diagram type. 
 

Uses of AbstractIdentifiableDiagramElement in org.kite9.diagram.adl
 

Subclasses of AbstractIdentifiableDiagramElement in org.kite9.diagram.adl
 class Arrow
          This class models the black body of the arrow, which will have links entering and leaving it.
 class Context
          A context is a portion of the diagram with a border around it, and a label.
 class Diagram
          This class represents a whole diagram within ADL.
 class Glyph
          A Glyph is a white node on the diagram which has a fixed hierarchical position within its container.
 

Uses of AbstractIdentifiableDiagramElement in org.kite9.diagram.primitives
 

Subclasses of AbstractIdentifiableDiagramElement in org.kite9.diagram.primitives
 class AbstractConnectedContained
          This is the base class for most Connected elements within the diagram.
 class AbstractConnectedContainer
           
 



Copyright © 2011. All Rights Reserved.