FileDocCategorySizeDatePackage
SkinResourcesConstants.javaAPI DocphoneME MR2 API (J2ME)2838Wed May 02 18:00:20 BST 2007com.sun.midp.chameleon.skins.resources

SkinResourcesConstants

public class SkinResourcesConstants extends Object
Constants shared between various skin resources.

Fields Summary
public static final String
SKIN_BINARY_FILE_NAME
Skin file name
public static final short[]
CHAM_BIN_MAGIC
Magic sequence identifying skin file
public static final int
CHAM_BIN_FORMAT_VERSION
Expected (current) version of skin file format
public static final int
HCENTER
Constant for centering skin element horizontally around the anchor point
public static final int
VCENTER
Constant for centering skin element vertically around the anchor point.
public static final int
LEFT
Constant for positioning skin element to the left of the anchor point.
public static final int
RIGHT
Constant for positioning skin element to the right of the anchor point.
public static final int
TOP
Constant for positioning skin element above the anchor point.
public static final int
BOTTOM
Constant for positioning skin elemen below the anchor point.
public static final int
SOLID
Constant for the solid stroke style.
public static final int
DOTTED
Constant for the dotted stroke style.
public static final byte
STRING_ENCODING_USASCII
UTF8 string encoding
public static final byte
STRING_ENCODING_UTF8
US ASCII string encoding
Constructors Summary
Methods Summary