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

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

Classes in org.kite9.diagram.adl that implement Label
 class Key
           
 class TextLine
           
 

Constructors in org.kite9.diagram.adl with parameters of type Label
Context(List<Contained> contents, boolean bordered, Label label, Layout layoutDirection)
           
Context(String id, List<Contained> contents, boolean bordered, Label label, Layout layoutDirection)
           
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)
           
 

Uses of Label in org.kite9.diagram.builders
 

Methods in org.kite9.diagram.builders with parameters of type Label
 DiagramElement InsertionInterface.returnContext(Container container, NounPart referred, Label overrideLabel, boolean border, Layout l)
           
 Link InsertionInterface.returnLink(DiagramElement from, DiagramElement to, Label fromLabel, Label toLabel, boolean arrowHead, Direction d)
           
 

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

Methods in org.kite9.diagram.builders.formats with parameters of type Label
static BasicFormats.ConnectedFormat BasicFormats.asContext(boolean border, Layout d, Label l)
           
 

Uses of Label in org.kite9.diagram.builders.formats.sequence
 

Methods in org.kite9.diagram.builders.formats.sequence that return Label
protected  Label NoLayoutSequenceDiagramFormat.buildFromLabel(Step s, Label existing)
           
protected  Label AbstractSequenceDiagramFormat.buildFromLabel(Step s, Label existing)
           
protected  Label AbstractSequenceDiagramFormat.buildToLabel(Step s, Label existing)
           
protected  Label AbstractSequenceDiagramDataProvider.createCallLabel(AccessibleObject m2)
           
protected  Label AbstractSequenceDiagramDataProvider.createReturnLabel(Class<?> returnType)
           
 Label Step.getFromLabel()
           
 Label Step.getToLabel()
           
 

Methods in org.kite9.diagram.builders.formats.sequence with parameters of type Label
protected  Label NoLayoutSequenceDiagramFormat.buildFromLabel(Step s, Label existing)
           
protected  Label AbstractSequenceDiagramFormat.buildFromLabel(Step s, Label existing)
           
protected  Label AbstractSequenceDiagramFormat.buildToLabel(Step s, Label existing)
           
 

Constructors in org.kite9.diagram.builders.formats.sequence with parameters of type Label
CallStep(SimpleNoun to, SimpleNoun toGroup, Label fromLabel, Label toLabel)
           
ReturnStep(Label fromLabel, Label toLabel, boolean show)
           
Step(Label fromLabel, Label toLabel)
           
 

Uses of Label in org.kite9.diagram.primitives
 

Fields in org.kite9.diagram.primitives declared as Label
protected  Label AbstractConnection.fromLabel
           
protected  Label AbstractConnectedContainer.label
           
protected  Label AbstractConnection.toLabel
           
 

Methods in org.kite9.diagram.primitives that return Label
 Label AbstractConnection.getFromLabel()
           
 Label Connection.getFromLabel()
          The text written on the from end
 Label AbstractConnectedContainer.getLabel()
           
 Label Container.getLabel()
           
 Label AbstractConnection.getToLabel()
           
 Label Connection.getToLabel()
          Text on the to end
 

Methods in org.kite9.diagram.primitives with parameters of type Label
 void AbstractConnection.setFromLabel(Label fromLabel)
           
 void AbstractConnectedContainer.setLabel(Label label)
           
 void Container.setLabel(Label l)
           
 void AbstractConnection.setToLabel(Label toLabel)
           
 

Constructors in org.kite9.diagram.primitives with parameters of type Label
AbstractConnectedContainer(String id, List<Contained> contents, Layout d, Label label)
           
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
 



Copyright © 2011. All Rights Reserved.