|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TComponent | +--TBevel
La classe TBevel représente une dénivellation décorative.
Field Summary | |
static int |
NORMAL
Lignes normales |
boolean |
opact
|
static int |
REVERSE
Lignes inversées (effacer) |
static int |
SHADE_H
Lignes à motif horizontal |
static int |
SHADE_NS
Lignes à motif de pente négative |
static int |
SHADE_PS
Lignes à motif de pente positive |
static int |
SHADE_V
Lignes à motif vertical |
int |
texture
|
static int |
THICK1
Lignes 2 fois plus épaisses |
static int |
XOR
Lignes XOR |
Fields inherited from class TComponent |
height, img, visible, width, x, y |
Constructor Summary | |
TBevel()
|
Method Summary | |
void |
finalize()
Cette méthode libère l'espace mémoire occupée par l'objet, détruisant ce dernier. |
void |
print()
Cette méthode affiche le composant à l'écran. |
void |
setOpact(boolean opact)
Cette méthode change l'opacité |
TBevel |
TBevel0()
Ce constructeur instancie un objet de Type Component. |
Methods inherited from class TComponent |
clone, equals, move, setBounds, setHeight, setVisible, setWidth, setX, setY, TComponent0, toString |
Methods inherited from class TObject |
equals, TObject0 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NORMAL
public static final int REVERSE
public static final int XOR
public static final int THICK1
public static final int SHADE_V
public static final int SHADE_H
public static final int SHADE_NS
public static final int SHADE_PS
public int texture
public boolean opact
Constructor Detail |
public TBevel()
Method Detail |
public TBevel TBevel0()
public void print()
print
in class TComponent
public void finalize()
finalize
in class TComponent
public void setOpact(boolean opact)
opact
- L'opacité
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |