Uses of Class
tico.interpreter.components.TInterpreterRectangle

Packages that use TInterpreterRectangle
tico.interpreter   
tico.interpreter.components   
 

Uses of TInterpreterRectangle in tico.interpreter
 

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

Methods in tico.interpreter with parameters of type TInterpreterRectangle
 void TInterpreterBoard.insertRectangle(TInterpreterRectangle rectangle)
           
 

Method parameters in tico.interpreter with type arguments of type TInterpreterRectangle
 void TInterpreterBoard.setRectangleList(java.util.ArrayList<TInterpreterRectangle> newRectangleList)
           
 

Uses of TInterpreterRectangle in tico.interpreter.components
 

Methods in tico.interpreter.components that return TInterpreterRectangle
 TInterpreterRectangle TInterpreterRectangle.setAttributes(java.awt.Color borderColor, java.awt.Rectangle r, float borderSize, java.awt.Color backgroundColor, java.awt.Color gradientColor, boolean transparentBackground)