Uses of Class
tico.interpreter.components.TInterpreterLabel

Packages that use TInterpreterLabel
tico.interpreter   
tico.interpreter.components   
 

Uses of TInterpreterLabel in tico.interpreter
 

Methods in tico.interpreter that return types with arguments of type TInterpreterLabel
 java.util.ArrayList<TInterpreterLabel> TInterpreterBoard.getLabelList()
           
 

Methods in tico.interpreter with parameters of type TInterpreterLabel
 void TInterpreterBoard.insertLabel(TInterpreterLabel label)
           
 

Method parameters in tico.interpreter with type arguments of type TInterpreterLabel
 void TInterpreterBoard.setLabelList(java.util.ArrayList<TInterpreterLabel> newLabelList)
           
 

Uses of TInterpreterLabel in tico.interpreter.components
 

Methods in tico.interpreter.components that return TInterpreterLabel
 TInterpreterLabel TInterpreterLabel.setAttributes(java.awt.Color borderColor, float borderSize, java.awt.Color backgroundColor, java.awt.Color gradientColor, java.awt.Rectangle r, java.lang.String text, java.awt.Font font, java.awt.Color textColor, boolean transparentBackground)