org.kite9.diagram.adl
Class KeyHelper

java.lang.Object
  extended by org.kite9.diagram.adl.KeyHelper

public class KeyHelper
extends Object

Helps in the creation of keys by making sure that symbols don't reuse the same code

Author:
robmoffat

Constructor Summary
KeyHelper()
           
 
Method Summary
 Symbol createSymbol(String text)
           
 Symbol createSymbol(String value, char key, Symbol.SymbolShape shape)
           
 Symbol createSymbol(String text, String characterOptions)
           
 List<Symbol> getUsedSymbols()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyHelper

public KeyHelper()
Method Detail

getUsedSymbols

public List<Symbol> getUsedSymbols()

createSymbol

public Symbol createSymbol(String text)

createSymbol

public Symbol createSymbol(String text,
                           String characterOptions)

createSymbol

public Symbol createSymbol(String value,
                           char key,
                           Symbol.SymbolShape shape)


Copyright © 2011. All Rights Reserved.