moka.x
Class Style

java.lang.Object
  |
  +--moka.lang.Object
        |
        +--moka.x.Style

public final class Style
extends Object

Style class encapsulates styles.

Since:
MDK1.0a

Field Summary
static short B_CUT_STYLE
          Draw usign the rectangle with the upper corners cut style.
static short B_DOUBLE_STYLE
          Draw usign the double thick rectangle style.
static short B_ROUNDED_STYLE
          Draw usign the rectangle with rounded corners style.
static short NORMAL_STYLE
          Draw usign the normal style.
static short RAISED_STYLE
          Draw usign the raised style.
 
Constructor Summary
Style()
           
 
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

NORMAL_STYLE

public static final short NORMAL_STYLE
Draw usign the normal style.

See Also:
Constant Field Values

B_DOUBLE_STYLE

public static final short B_DOUBLE_STYLE
Draw usign the double thick rectangle style.

See Also:
Constant Field Values

B_ROUNDED_STYLE

public static final short B_ROUNDED_STYLE
Draw usign the rectangle with rounded corners style.

See Also:
Constant Field Values

B_CUT_STYLE

public static final short B_CUT_STYLE
Draw usign the rectangle with the upper corners cut style.

See Also:
Constant Field Values

RAISED_STYLE

public static final short RAISED_STYLE
Draw usign the raised style.

See Also:
Constant Field Values
Constructor Detail

Style

public Style()