Fields Summary |
---|
public static final String | SKIN_BINARY_FILE_NAMESkin file name |
public static final short[] | CHAM_BIN_MAGICMagic sequence identifying skin file |
public static final int | CHAM_BIN_FORMAT_VERSIONExpected (current) version of skin file format |
public static final int | HCENTERConstant for centering skin element horizontally
around the anchor point |
public static final int | VCENTERConstant for centering skin element vertically
around the anchor point. |
public static final int | LEFTConstant for positioning skin element to the left
of the anchor point. |
public static final int | RIGHTConstant for positioning skin element to the right
of the anchor point. |
public static final int | TOPConstant for positioning skin element above
the anchor point. |
public static final int | BOTTOMConstant for positioning skin elemen below
the anchor point. |
public static final int | SOLIDConstant for the solid stroke style. |
public static final int | DOTTEDConstant for the dotted stroke style. |
public static final byte | STRING_ENCODING_USASCIIUTF8 string encoding |
public static final byte | STRING_ENCODING_UTF8US ASCII string encoding |