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

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

Uses of Symbol in org.kite9.diagram.adl
 

Methods in org.kite9.diagram.adl that return Symbol
 Symbol KeyHelper.createSymbol(String text)
           
 Symbol KeyHelper.createSymbol(String value, char key, Symbol.SymbolShape shape)
           
 Symbol KeyHelper.createSymbol(String text, String characterOptions)
           
 

Methods in org.kite9.diagram.adl that return types with arguments of type Symbol
 List<Symbol> TextLine.getSymbols()
           
 List<Symbol> Glyph.getSymbols()
           
 List<Symbol> Key.getSymbols()
           
 List<Symbol> KeyHelper.getUsedSymbols()
           
 

Methods in org.kite9.diagram.adl with parameters of type Symbol
 int Symbol.compareTo(Symbol o)
           
 

Method parameters in org.kite9.diagram.adl with type arguments of type Symbol
 void TextLine.setSymbols(List<Symbol> symbols)
           
 void Key.setSymbols(List<Symbol> symbols)
           
 

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

Uses of Symbol in org.kite9.diagram.builders
 

Methods in org.kite9.diagram.builders that return Symbol
 Symbol InsertionInterface.returnSymbol(NounRelationshipBinding sbr, String text, String preferredChars)
           
 



Copyright © 2011. All Rights Reserved.