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

Packages that use Connection
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. 
org.kite9.diagram.visitors   
 

Uses of Connection in org.kite9.diagram.adl
 

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

Methods in org.kite9.diagram.adl that return types with arguments of type Connection
 LinkedHashSet<Connection> Diagram.getAllLinks()
           
 

Uses of Connection in org.kite9.diagram.primitives
 

Classes in org.kite9.diagram.primitives that implement Connection
 class AbstractConnection
          This is the base class for connections within the diagram.
 

Methods in org.kite9.diagram.primitives that return Connection
 Connection Connected.getConnectionTo(Connected c)
          Returns the connection between this object and c.
 Connection AbstractConnectedContained.getConnectionTo(Connected c)
           
 

Methods in org.kite9.diagram.primitives that return types with arguments of type Connection
 Collection<Connection> Connected.getLinks()
          Returns an unmodifiable collection of links
 Collection<Connection> AbstractConnectedContained.getLinks()
           
 

Methods in org.kite9.diagram.primitives with parameters of type Connection
 void Connected.addLink(Connection l)
          Adds a link to the collection
 void AbstractConnectedContained.addLink(Connection l)
           
 void Connected.removeLink(Connection l)
          Removes a link from the collection
 void AbstractConnectedContained.removeLink(Connection l)
           
 

Uses of Connection in org.kite9.diagram.visitors
 

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



Copyright © 2011. All Rights Reserved.