org.pentaho.chart.css.styles
Class ChartCSSFontSizeMappingConstants

java.lang.Object
  extended by org.pentaho.chart.css.styles.ChartCSSFontSizeMappingConstants

public class ChartCSSFontSizeMappingConstants
extends Object


Field Summary
static int LARGE
           
static int LARGER
           
static int MEDIUM
           
static int SMALL
           
static int SMALLER
           
static int X_LARGE
           
static float X_SMALL
           
static int XX_LARGE
           
static float XX_SMALL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XX_SMALL

public static final float XX_SMALL
See Also:
Constant Field Values

X_SMALL

public static final float X_SMALL
See Also:
Constant Field Values

SMALL

public static final int SMALL
See Also:
Constant Field Values

MEDIUM

public static final int MEDIUM
See Also:
Constant Field Values

LARGE

public static final int LARGE
See Also:
Constant Field Values

X_LARGE

public static final int X_LARGE
See Also:
Constant Field Values

XX_LARGE

public static final int XX_LARGE
See Also:
Constant Field Values

SMALLER

public static final int SMALLER
See Also:
Constant Field Values

LARGER

public static final int LARGER
See Also:
Constant Field Values