Class TBevel

java.lang.Object
  |
  +--TObject
        |
        +--TComponent
              |
              +--TBevel

public class TBevel
extends TComponent

La classe TBevel représente une dénivellation décorative.

Since:
Release 1.0

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

NORMAL

public static final int NORMAL
Lignes normales


REVERSE

public static final int REVERSE
Lignes inversées (effacer)


XOR

public static final int XOR
Lignes XOR


THICK1

public static final int THICK1
Lignes 2 fois plus épaisses


SHADE_V

public static final int SHADE_V
Lignes à motif vertical


SHADE_H

public static final int SHADE_H
Lignes à motif horizontal


SHADE_NS

public static final int SHADE_NS
Lignes à motif de pente négative


SHADE_PS

public static final int SHADE_PS
Lignes à motif de pente positive


texture

public int texture

opact

public boolean opact
Constructor Detail

TBevel

public TBevel()
Method Detail

TBevel0

public TBevel TBevel0()
Ce constructeur instancie un objet de Type Component.

Since:
Release 1.0

print

public void print()
Cette méthode affiche le composant à l'écran.

Overrides:
print in class TComponent
Since:
Release 1.0

finalize

public void finalize()
Cette méthode libère l'espace mémoire occupée par l'objet, détruisant ce dernier.

Overrides:
finalize in class TComponent
Since:
Release 1.0

setOpact

public void setOpact(boolean opact)
Cette méthode change l'opacité

Parameters:
opact - L'opacité
Since:
Release 1.0