All Packages Class Hierarchy This Package Previous Next Index
Interface fr.l2f.gui.BevelStyle
- public interface BevelStyle
-
BEVEL_LINE
- Defines the "line" shape border style.
-
BEVEL_LOWERED
- Defines the "lowered" shape border style.
-
BEVEL_NONE
- Defines the "line" shape border style.
-
BEVEL_RAISED
- Defines the "raised" shape border style.
-
getBevelStyle()
-
-
setBevelStyle(int)
-
BEVEL_LOWERED
public static final int BEVEL_LOWERED
- Defines the "lowered" shape border style.
BEVEL_RAISED
public static final int BEVEL_RAISED
- Defines the "raised" shape border style.
BEVEL_LINE
public static final int BEVEL_LINE
- Defines the "line" shape border style.
BEVEL_NONE
public static final int BEVEL_NONE
- Defines the "line" shape border style.
setBevelStyle
public abstract void setBevelStyle(int style)
getBevelStyle
public abstract int getBevelStyle()
All Packages Class Hierarchy This Package Previous Next Index