Class FontSizeConstant
- java.lang.Object
-
- org.jfree.layouting.input.style.keys.font.FontSizeConstant
-
public class FontSizeConstant extends java.lang.ObjectCreation-Date: 28.11.2005, 16:54:38- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstantLARGEstatic CSSConstantMEDIUMstatic CSSConstantSMALLstatic CSSConstantX_LARGEstatic CSSConstantX_SMALLstatic CSSConstantXX_LARGEstatic CSSConstantXX_SMALL
-
-
-
Field Detail
-
XX_SMALL
public static final CSSConstant XX_SMALL
-
X_SMALL
public static final CSSConstant X_SMALL
-
SMALL
public static final CSSConstant SMALL
-
MEDIUM
public static final CSSConstant MEDIUM
-
LARGE
public static final CSSConstant LARGE
-
X_LARGE
public static final CSSConstant X_LARGE
-
XX_LARGE
public static final CSSConstant XX_LARGE
-
-