org.rrd4j.graph.RrdGraphConstants |
![]() |
Class to represent various constants used for graphing. No methods are specified.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RrdGraphConstants.FontConstructor | Font constructor, to use embedded fonts |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ALIGN_CENTER_MARKER | Constant to represent centered alignment marker | |||||||||
String | ALIGN_JUSTIFIED_MARKER | Constant to represent justified alignment marker | |||||||||
String | ALIGN_LEFTNONL_MARKER | Constant to represent left alignment marker, without new line | |||||||||
String | ALIGN_LEFT_MARKER | Constant to represent left alignment marker | |||||||||
String | ALIGN_RIGHT_MARKER | Constant to represent right alignment marker | |||||||||
int | COLOR_ARROW | Index of the arrow color. | |||||||||
int | COLOR_BACK | Index of the background color. | |||||||||
int | COLOR_CANVAS | Index of the canvas color. | |||||||||
int | COLOR_FONT | Index of the font color. | |||||||||
int | COLOR_FRAME | Index of the frame color. | |||||||||
int | COLOR_GRID | Index of the minor grid color. | |||||||||
int | COLOR_MGRID | Index of the major grid color. | |||||||||
String[] | COLOR_NAMES | Allowed color names which can be used in setColor(String, java.awt.Paint) method
|
|||||||||
int | COLOR_SHADEA | Index of the top-left graph shade color. | |||||||||
int | COLOR_SHADEB | Index of the bottom-right graph shade color. | |||||||||
int | DAY | Constant to represent day | |||||||||
Color | DEFAULT_ARROW_COLOR | Default arrow color | |||||||||
Color | DEFAULT_BACK_COLOR | Default graph background color | |||||||||
double | DEFAULT_BASE | Default value base | |||||||||
Color | DEFAULT_CANVAS_COLOR | Default graph canvas color | |||||||||
String | DEFAULT_END | Default graph ending time | |||||||||
Color | DEFAULT_FONT_COLOR | Default font color | |||||||||
Color | DEFAULT_FRAME_COLOR | Default frame color | |||||||||
Color | DEFAULT_GRID_COLOR | Default minor grid color | |||||||||
int | DEFAULT_HEIGHT | Default graph height | |||||||||
String | DEFAULT_IMAGE_FORMAT | Default image format | |||||||||
float | DEFAULT_IMAGE_QUALITY | Default image quality, used only for jpeg graphs | |||||||||
Font | DEFAULT_LARGE_FONT | Default graph large font | |||||||||
Color | DEFAULT_MGRID_COLOR | Default major grid color | |||||||||
Color | DEFAULT_SHADEA_COLOR | Default top-left graph shade color | |||||||||
Color | DEFAULT_SHADEB_COLOR | Default bottom-right graph shade color | |||||||||
Font | DEFAULT_SMALL_FONT | Default graph small font | |||||||||
String | DEFAULT_START | Default graph starting time | |||||||||
int | DEFAULT_UNITS_LENGTH | Default units length | |||||||||
int | DEFAULT_WIDTH | Default graph width | |||||||||
int | FIRST_DAY_OF_WEEK | Default first day of the week (obtained from the default locale) | |||||||||
int | FRIDAY | Constant to represent Friday | |||||||||
Font | GATOR_FONT | Font for the Gator | |||||||||
String | GLUE_MARKER | Constant to represent "glue" marker | |||||||||
Stroke | GRID_STROKE | Stroke used to draw grid | |||||||||
int | HOUR | Constant to represent hour | |||||||||
String | IN_MEMORY_IMAGE | Constant to represent in-memory image name | |||||||||
double | LEGEND_BOX | Used internally | |||||||||
double | LEGEND_BOX_SPACE | Used internally | |||||||||
int | LEGEND_INTERSPACING | Used internally | |||||||||
double | LEGEND_LEADING | Used internally | |||||||||
double | LEGEND_LEADING_SMALL | Used internally | |||||||||
String[] | MARKERS | Used internally | |||||||||
int | MINUTE | Constant to represent minute | |||||||||
int | MONDAY | Constant to represent Monday | |||||||||
int | MONTH | Constant to represent month | |||||||||
String | NO_JUSTIFICATION_MARKER | Constant to represent no justification markers | |||||||||
int | PADDING_BOTTOM | Used internally | |||||||||
int | PADDING_LEFT | Used internally | |||||||||
int | PADDING_LEGEND | Used internally | |||||||||
int | PADDING_PLOT | Used internally | |||||||||
int | PADDING_RIGHT | Used internally | |||||||||
int | PADDING_TITLE | Used internally | |||||||||
int | PADDING_TOP | Used internally | |||||||||
int | PADDING_VLABEL | Used internally | |||||||||
int | SATURDAY | Constant to represent Saturday | |||||||||
int | SECOND | Constant to represent second | |||||||||
int | SUNDAY | Constant to represent Sunday | |||||||||
int | THURSDAY | Constant to represent Thursday | |||||||||
Stroke | TICK_STROKE | Stroke used to draw ticks | |||||||||
int | TUESDAY | Constant to represent Tuesday | |||||||||
String | VERTICAL_SPACING_MARKER | Constant to represent vertical spacing marker | |||||||||
int | WEDNESDAY | Constant to represent Wednesday | |||||||||
int | WEEK | Constant to represent week | |||||||||
int | YEAR | Constant to represent year |
Constant to represent centered alignment marker
Constant to represent justified alignment marker
Constant to represent left alignment marker, without new line
Constant to represent left alignment marker
Constant to represent right alignment marker
Index of the arrow color. Used in setColor(int, java.awt.Paint)
Index of the background color. Used in setColor(int, java.awt.Paint)
Index of the canvas color. Used in setColor(int, java.awt.Paint)
Index of the font color. Used in setColor(int, java.awt.Paint)
Index of the frame color. Used in setColor(int, java.awt.Paint)
Index of the minor grid color. Used in setColor(int, java.awt.Paint)
Index of the major grid color. Used in setColor(int, java.awt.Paint)
Allowed color names which can be used in setColor(String, java.awt.Paint)
method
Index of the top-left graph shade color. Used in setColor(int, java.awt.Paint)
Index of the bottom-right graph shade color. Used in setColor(int, java.awt.Paint)
Constant to represent day
Default value base
Default graph height
Default image quality, used only for jpeg graphs
Default units length
Default graph width
Default first day of the week (obtained from the default locale)
Constant to represent Friday
Constant to represent hour
Constant to represent in-memory image name
Used internally
Used internally
Used internally
Used internally
Used internally
Constant to represent minute
Constant to represent Monday
Constant to represent month
Constant to represent no justification markers
Used internally
Used internally
Used internally
Used internally
Used internally
Used internally
Used internally
Used internally
Constant to represent Saturday
Constant to represent second
Constant to represent Sunday
Constant to represent Thursday
Constant to represent Tuesday
Constant to represent vertical spacing marker
Constant to represent Wednesday
Constant to represent week
Constant to represent year