Class TPanel

java.lang.Object
  |
  +--TObject
        |
        +--TVCpn
              |
              +--TPanel

public class TPanel
extends TVCpn

Type VisualComponent: Class TImage displays a panel that can be used to change the color of a part of the screen.

Since:
First release

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

color

public java.lang.String color
The color of the panel. (Normal, Reverse, XOR)

Constructor Detail

TPanel

public TPanel()
Instanciates a new Type Panel.

Since:
First release
Method Detail

setColor

public void setColor(java.lang.String color)
Sets the color of the panel.

Parameters:
color - The color of the panel. (options: Normal, Reverse, XOR)

getColor

public java.lang.String getColor()
Returns the color of the panel.

Returns:
color: The color of the panel. (Normal, Reverse, XOR)