org.swtchart.Constants Class Reference

Constant values. More...

Collaboration diagram for org.swtchart.Constants:
Collaboration graph
[legend]

List of all members.

Static Public Attributes

static final int LARGE_FONT_SIZE = 13
 the large font size
static final int MEDIUM_FONT_SIZE = 11
 the medium font size
static final int SMALL_FONT_SIZE = 9
 the small font size
static final RGB LIGHT_BLUE = new RGB(153, 186, 243)
 the color for light blue
static final RGB BLUE = new RGB(0, 0, 255)
 the color for blue
static final RGB WHITE = new RGB(255, 255, 255)
 the color for white
static final RGB GRAY = new RGB(200, 200, 200)
 the color for gray
static final RGB DARK_GRAY = new RGB(150, 150, 150)
 the color for dark gray
static final RGB BLACK = new RGB(0, 0, 0)
 the color for black

Detailed Description

Constant values.

Definition at line 14 of file Constants.java.


Member Data Documentation

final RGB org.swtchart.Constants.BLACK = new RGB(0, 0, 0) [static]

the color for black

Definition at line 47 of file Constants.java.

final RGB org.swtchart.Constants.BLUE = new RGB(0, 0, 255) [static]

the color for blue

Definition at line 31 of file Constants.java.

final RGB org.swtchart.Constants.DARK_GRAY = new RGB(150, 150, 150) [static]

the color for dark gray

Definition at line 43 of file Constants.java.

final RGB org.swtchart.Constants.GRAY = new RGB(200, 200, 200) [static]

the color for gray

Definition at line 39 of file Constants.java.

final int org.swtchart.Constants.LARGE_FONT_SIZE = 13 [static]

the large font size

Definition at line 17 of file Constants.java.

final RGB org.swtchart.Constants.LIGHT_BLUE = new RGB(153, 186, 243) [static]

the color for light blue

Definition at line 27 of file Constants.java.

final int org.swtchart.Constants.MEDIUM_FONT_SIZE = 11 [static]

the medium font size

Definition at line 20 of file Constants.java.

the small font size

Definition at line 23 of file Constants.java.

final RGB org.swtchart.Constants.WHITE = new RGB(255, 255, 255) [static]

the color for white

Definition at line 35 of file Constants.java.


The documentation for this class was generated from the following file:

Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1