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

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

Classes in org.kite9.diagram.adl that implement BiDirectional
 class Link
          Joins glyphs and arrows to one another.
 

Uses of BiDirectional in org.kite9.diagram.primitives
 

Subinterfaces of BiDirectional in org.kite9.diagram.primitives
 interface Connection
          A connection is a link between two Connected items within the diagram.
 

Classes in org.kite9.diagram.primitives that implement BiDirectional
 class AbstractBiDirectional<X>
           
 class AbstractConnection
          This is the base class for connections within the diagram.
 

Methods in org.kite9.diagram.primitives with parameters of type BiDirectional
 boolean AbstractBiDirectional.meets(BiDirectional<X> e)
           
 boolean BiDirectional.meets(BiDirectional<X> e)
           
 



Copyright © 2011. All Rights Reserved.