moka.x
Class Border

java.lang.Object
  extended bymoka.lang.Object
      extended bymoka.x.Border

public final class Border
extends Object

Border class encapsulates border styles.

Since:
MDK1.0a

Field Summary
static short NO_BORDER
          Do not draw any border.
static short NORMAL_BORDER
          Draw normal borders.
static short RAISED_BORDER
          Apply a raising effect to the borders.
 
Constructor Summary
Border()
           
 
Methods inherited from class moka.lang.Object
equals, finalize, getClassName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_BORDER

public static final short NO_BORDER
Do not draw any border.

See Also:
Constant Field Values

NORMAL_BORDER

public static final short NORMAL_BORDER
Draw normal borders.

See Also:
Constant Field Values

RAISED_BORDER

public static final short RAISED_BORDER
Apply a raising effect to the borders.

See Also:
Constant Field Values
Constructor Detail

Border

public Border()