|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TVCpn | +--TCptCpn | +--TLabel
Type Label:
Class TLabel
draws text in the screen.
Field Summary |
Fields inherited from class TCptCpn |
caption |
Fields inherited from class TVCpn |
height, visible, width, x, y |
Constructor Summary | |
TLabel()
Instanciates a new Type Label. |
|
TLabel(java.lang.String caption)
Instanciates a new Type Label. |
Methods inherited from class TCptCpn |
getCaption, setCaption |
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 |
Constructor Detail |
public TLabel()
public TLabel(java.lang.String caption)
caption
- The caption of the label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |