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

Packages that use Connected
org.kite9.diagram.adl This package contains value objects which can be used in ADL (Abstract Diagram Language). 
org.kite9.diagram.builders.formats   
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. 
org.kite9.diagram.visitors   
 

Uses of Connected in org.kite9.diagram.adl
 

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

Constructors in org.kite9.diagram.adl with parameters of type Connected
Link(Connected from, Connected to)
           
Link(Connected from, Connected to, LinkEndStyle fromStyle, Label fromLabel, LinkEndStyle toEndStyle, Label toLabel)
           
Link(Connected from, Connected to, LinkEndStyle fromStyle, Label fromLabel, LinkEndStyle toEndStyle, Label toLabel, Direction drawDirection)
           
Link(Connected from, Connected to, LinkEndStyle toEndStyle, String toTextStr, Direction drawDirection)
          Deprecated. 
 

Uses of Connected in org.kite9.diagram.builders.formats
 

Methods in org.kite9.diagram.builders.formats that return Connected
 Connected BasicFormats.ConnectedFormat.returnElement(Container c, SimpleNoun representing, InsertionInterface ii)
           
 

Uses of Connected in org.kite9.diagram.primitives
 

Subinterfaces of Connected in org.kite9.diagram.primitives
 interface Container
          Interface to say that this diagram element contains others rendered within it.
 

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

Methods in org.kite9.diagram.primitives with parameters of type Connected
 Connection Connected.getConnectionTo(Connected c)
          Returns the connection between this object and c.
 Connection AbstractConnectedContained.getConnectionTo(Connected c)
           
 boolean Connected.isConnectedDirectlyTo(Connected c)
          Means that there exists a connection with this object at one end and c at the other.
 boolean AbstractConnectedContained.isConnectedDirectlyTo(Connected c)
           
 

Constructors in org.kite9.diagram.primitives with parameters of type Connected
AbstractConnection(Connected from, Connected to, Direction drawDirection, Object fromDecoration, Label fromLabel, Object toDecoration, Label tolabel)
          Call this with modify verteConnected false to avoid adding the edge connection to the vertex
 

Uses of Connected in org.kite9.diagram.visitors
 

Methods in org.kite9.diagram.visitors with parameters of type Connected
protected  void DiagramElementVisitor.visit(Connected v, Set<DiagramElement> visited, VisitorAction va)
           
 



Copyright © 2011. All Rights Reserved.