Package org.swtchart
Class Constants
- java.lang.Object
-
- org.swtchart.Constants
-
public class Constants extends java.lang.Object
Constant values.
-
-
Field Summary
Fields Modifier and Type Field Description static RGB
BLACK
Deprecated.static RGB
BLUE
Deprecated.static RGB
DARK_GRAY
Deprecated.static RGB
GRAY
Deprecated.static int
LARGE_FONT_SIZE
the large font sizestatic RGB
LIGHT_BLUE
Deprecated.static int
MEDIUM_FONT_SIZE
the medium font sizestatic int
SMALL_FONT_SIZE
the small font sizestatic RGB
WHITE
Deprecated.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
LARGE_FONT_SIZE
public static final int LARGE_FONT_SIZE
the large font size- See Also:
- Constant Field Values
-
MEDIUM_FONT_SIZE
public static final int MEDIUM_FONT_SIZE
the medium font size- See Also:
- Constant Field Values
-
SMALL_FONT_SIZE
public static final int SMALL_FONT_SIZE
the small font size- See Also:
- Constant Field Values
-
LIGHT_BLUE
@Deprecated public static final RGB LIGHT_BLUE
Deprecated.the color for light blue
-
BLUE
@Deprecated public static final RGB BLUE
Deprecated.the color for blue
-
WHITE
@Deprecated public static final RGB WHITE
Deprecated.the color for white
-
GRAY
@Deprecated public static final RGB GRAY
Deprecated.the color for gray
-
DARK_GRAY
@Deprecated public static final RGB DARK_GRAY
Deprecated.the color for dark gray
-
BLACK
@Deprecated public static final RGB BLACK
Deprecated.the color for black
-
-