|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TVCpn | +--TPanel
Type VisualComponent:
Class TImage
displays a panel that can be used to change
the color of a part of the screen.
Field Summary | |
java.lang.String |
color
The color of the panel. |
Fields inherited from class TVCpn |
height, visible, width, x, y |
Constructor Summary | |
TPanel()
Instanciates a new Type Panel. |
Method Summary | |
java.lang.String |
getColor()
Returns the color of the panel. |
void |
setColor(java.lang.String color)
Sets the color of the panel. |
Methods inherited from class TVCpn |
getHeight, getVisible, getWidth, getX, getY, move, setDim, setHeight, setVisible, setWidth, setX, setY |
Methods inherited from class TObject |
clone, Destroy, equals, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String color
Constructor Detail |
public TPanel()
Method Detail |
public void setColor(java.lang.String color)
color
- The color of the panel. (options: Normal, Reverse, XOR)public java.lang.String getColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |