All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface fr.l2f.gui.BevelStyle

public interface BevelStyle

Variable Index

 o BEVEL_LINE
Defines the "line" shape border style.
 o BEVEL_LOWERED
Defines the "lowered" shape border style.
 o BEVEL_NONE
Defines the "line" shape border style.
 o BEVEL_RAISED
Defines the "raised" shape border style.

Method Index

 o getBevelStyle()
 o setBevelStyle(int)

Variables

 o BEVEL_LOWERED
 public static final int BEVEL_LOWERED
Defines the "lowered" shape border style.

 o BEVEL_RAISED
 public static final int BEVEL_RAISED
Defines the "raised" shape border style.

 o BEVEL_LINE
 public static final int BEVEL_LINE
Defines the "line" shape border style.

 o BEVEL_NONE
 public static final int BEVEL_NONE
Defines the "line" shape border style.

Methods

 o setBevelStyle
 public abstract void setBevelStyle(int style)
 o getBevelStyle
 public abstract int getBevelStyle()

All Packages  Class Hierarchy  This Package  Previous  Next  Index