Uses of Class
org.kite9.diagram.adl.TextLine

Packages that use TextLine
org.kite9.diagram.adl This package contains value objects which can be used in ADL (Abstract Diagram Language). 
org.kite9.diagram.builders   
 

Uses of TextLine in org.kite9.diagram.adl
 

Methods in org.kite9.diagram.adl that return types with arguments of type TextLine
 List<TextLine> Glyph.getText()
           
 

Method parameters in org.kite9.diagram.adl with type arguments of type TextLine
 void Glyph.setText(List<TextLine> text)
           
 

Constructor parameters in org.kite9.diagram.adl with type arguments of type TextLine
Glyph(String sterotype, String label, List<TextLine> text, List<Symbol> symbols)
           
Glyph(String id, String stereotype, String label, List<TextLine> text, List<Symbol> symbols)
           
 

Uses of TextLine in org.kite9.diagram.builders
 

Methods in org.kite9.diagram.builders that return TextLine
 TextLine InsertionInterface.returnTextLine(Glyph container, NounPart referred, String text)
           
 



Copyright © 2011. All Rights Reserved.