Uses of Interface
org.kite9.diagram.primitives.IdentifiableDiagramElement

Packages that use IdentifiableDiagramElement
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 IdentifiableDiagramElement in org.kite9.diagram.adl
 

Classes in org.kite9.diagram.adl that implement IdentifiableDiagramElement
 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 IdentifiableDiagramElement in org.kite9.diagram.primitives
 

Subinterfaces of IdentifiableDiagramElement in org.kite9.diagram.primitives
 interface Connected
          A diagram element which has connections that link to other Connected items within the diagram.
 interface Contained
          A simple marker interface for diagram elements to say that they are embedded in a (single) container, in which they must be drawn.
 interface Container
          Interface to say that this diagram element contains others rendered within it.
 interface Leaf
          An item which is not a container of further connected items.
 

Classes in org.kite9.diagram.primitives that implement IdentifiableDiagramElement
 class AbstractConnectedContained
          This is the base class for most Connected elements within the diagram.
 class AbstractConnectedContainer
           
 class AbstractIdentifiableDiagramElement
           
 



Copyright © 2011. All Rights Reserved.