superwaba.ext.xplat.html
Class Style

java.lang.Object
  |
  +--superwaba.ext.xplat.html.Style

public class Style
extends java.lang.Object

The class Style group the several values required to paint a Tile.

Styles are grouped into a linked list in ancestry order. This disposition permits to implement style inheritance.


Inner Class Summary
static interface Style.Header
          Header Interface
 
Field Summary
static Color defaultBackColor
          Default back color
static Color defaultFontColor
          Default value for font color (BLACK).
static java.lang.String defaultFontFace
          Default value for font name (SW).
static byte defaultFontSize
          Default value for the font size (12).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultFontSize

public static byte defaultFontSize
Default value for the font size (12).

defaultFontColor

public static Color defaultFontColor
Default value for font color (BLACK).

defaultBackColor

public static Color defaultBackColor
Default back color

defaultFontFace

public static java.lang.String defaultFontFace
Default value for font name (SW).