org.jrobin.graph
public interface RrdGraphConstants
Field Summary | |
---|---|
String | ALIGN_CENTER_MARKER
Constant to represent centered alignment marker |
String | ALIGN_JUSTIFIED_MARKER
Constant to represent justified alignment marker |
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 RrdGraphDef 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 |
String | DEFAULT_FONT_NAME
Default font name, determined based on the current operating system |
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 |
Color | DEFAULT_MGRID_COLOR
Default major grid color |
String | DEFAULT_MONOSPACE_FONT_FILE
Default graph small font |
String | DEFAULT_PROPORTIONAL_FONT_FILE
Default graph large font |
Color | DEFAULT_SHADEA_COLOR
Default top-left graph shade color |
Color | DEFAULT_SHADEB_COLOR
Default bottom-right graph shade color |
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 |
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 |