org.jrobin.graph

Interface RrdGraphConstants

public interface RrdGraphConstants

Class to represent various constants used for graphing. No methods are specified.
Field Summary
StringALIGN_CENTER_MARKER
Constant to represent centered alignment marker
StringALIGN_JUSTIFIED_MARKER
Constant to represent justified alignment marker
StringALIGN_LEFT_MARKER
Constant to represent left alignment marker
StringALIGN_RIGHT_MARKER
Constant to represent right alignment marker
intCOLOR_ARROW
Index of the arrow color.
intCOLOR_BACK
Index of the background color.
intCOLOR_CANVAS
Index of the canvas color.
intCOLOR_FONT
Index of the font color.
intCOLOR_FRAME
Index of the frame color.
intCOLOR_GRID
Index of the minor grid color.
intCOLOR_MGRID
Index of the major grid color.
String[]COLOR_NAMES
Allowed color names which can be used in RrdGraphDef method
intCOLOR_SHADEA
Index of the top-left graph shade color.
intCOLOR_SHADEB
Index of the bottom-right graph shade color.
intDAY
Constant to represent day
ColorDEFAULT_ARROW_COLOR
Default arrow color
ColorDEFAULT_BACK_COLOR
Default graph background color
doubleDEFAULT_BASE
Default value base
ColorDEFAULT_CANVAS_COLOR
Default graph canvas color
StringDEFAULT_END
Default graph ending time
ColorDEFAULT_FONT_COLOR
Default font color
StringDEFAULT_FONT_NAME
Default font name, determined based on the current operating system
ColorDEFAULT_FRAME_COLOR
Default frame color
ColorDEFAULT_GRID_COLOR
Default minor grid color
intDEFAULT_HEIGHT
Default graph height
StringDEFAULT_IMAGE_FORMAT
Default image format
floatDEFAULT_IMAGE_QUALITY
Default image quality, used only for jpeg graphs
ColorDEFAULT_MGRID_COLOR
Default major grid color
StringDEFAULT_MONOSPACE_FONT_FILE
Default graph small font
StringDEFAULT_PROPORTIONAL_FONT_FILE
Default graph large font
ColorDEFAULT_SHADEA_COLOR
Default top-left graph shade color
ColorDEFAULT_SHADEB_COLOR
Default bottom-right graph shade color
StringDEFAULT_START
Default graph starting time
intDEFAULT_UNITS_LENGTH
Default units length
intDEFAULT_WIDTH
Default graph width
intFIRST_DAY_OF_WEEK
Default first day of the week (obtained from the default locale)
intFRIDAY
Constant to represent Friday
StringGLUE_MARKER
Constant to represent "glue" marker
StrokeGRID_STROKE
Stroke used to draw grid
intHOUR
Constant to represent hour
StringIN_MEMORY_IMAGE
Constant to represent in-memory image name
doubleLEGEND_BOX
Used internally
doubleLEGEND_BOX_SPACE
Used internally
intLEGEND_INTERSPACING
Used internally
doubleLEGEND_LEADING
Used internally
doubleLEGEND_LEADING_SMALL
Used internally
String[]MARKERS
Used internally
intMINUTE
Constant to represent minute
intMONDAY
Constant to represent Monday
intMONTH
Constant to represent month
StringNO_JUSTIFICATION_MARKER
Constant to represent no justification markers
intPADDING_BOTTOM
Used internally
intPADDING_LEFT
Used internally
intPADDING_LEGEND
Used internally
intPADDING_PLOT
Used internally
intPADDING_RIGHT
Used internally
intPADDING_TITLE
Used internally
intPADDING_TOP
Used internally
intPADDING_VLABEL
Used internally
intSATURDAY
Constant to represent Saturday
intSECOND
Constant to represent second
intSUNDAY
Constant to represent Sunday
intTHURSDAY
Constant to represent Thursday
StrokeTICK_STROKE
Stroke used to draw ticks
intTUESDAY
Constant to represent Tuesday
StringVERTICAL_SPACING_MARKER
Constant to represent vertical spacing marker
intWEDNESDAY
Constant to represent Wednesday
intWEEK
Constant to represent week
intYEAR
Constant to represent year

Field Detail

ALIGN_CENTER_MARKER

public String ALIGN_CENTER_MARKER
Constant to represent centered alignment marker

ALIGN_JUSTIFIED_MARKER

public String ALIGN_JUSTIFIED_MARKER
Constant to represent justified alignment marker

ALIGN_LEFT_MARKER

public String ALIGN_LEFT_MARKER
Constant to represent left alignment marker

ALIGN_RIGHT_MARKER

public String ALIGN_RIGHT_MARKER
Constant to represent right alignment marker

COLOR_ARROW

public int COLOR_ARROW
Index of the arrow color. Used in RrdGraphDef

COLOR_BACK

public int COLOR_BACK
Index of the background color. Used in RrdGraphDef

COLOR_CANVAS

public int COLOR_CANVAS
Index of the canvas color. Used in RrdGraphDef

COLOR_FONT

public int COLOR_FONT
Index of the font color. Used in RrdGraphDef

COLOR_FRAME

public int COLOR_FRAME
Index of the frame color. Used in RrdGraphDef

COLOR_GRID

public int COLOR_GRID
Index of the minor grid color. Used in RrdGraphDef

COLOR_MGRID

public int COLOR_MGRID
Index of the major grid color. Used in RrdGraphDef

COLOR_NAMES

public String[] COLOR_NAMES
Allowed color names which can be used in RrdGraphDef method

COLOR_SHADEA

public int COLOR_SHADEA
Index of the top-left graph shade color. Used in RrdGraphDef

COLOR_SHADEB

public int COLOR_SHADEB
Index of the bottom-right graph shade color. Used in RrdGraphDef

DAY

public int DAY
Constant to represent day

DEFAULT_ARROW_COLOR

public Color DEFAULT_ARROW_COLOR
Default arrow color

DEFAULT_BACK_COLOR

public Color DEFAULT_BACK_COLOR
Default graph background color

DEFAULT_BASE

public double DEFAULT_BASE
Default value base

DEFAULT_CANVAS_COLOR

public Color DEFAULT_CANVAS_COLOR
Default graph canvas color

DEFAULT_END

public String DEFAULT_END
Default graph ending time

DEFAULT_FONT_COLOR

public Color DEFAULT_FONT_COLOR
Default font color

DEFAULT_FONT_NAME

public String DEFAULT_FONT_NAME
Default font name, determined based on the current operating system

DEFAULT_FRAME_COLOR

public Color DEFAULT_FRAME_COLOR
Default frame color

DEFAULT_GRID_COLOR

public Color DEFAULT_GRID_COLOR
Default minor grid color

DEFAULT_HEIGHT

public int DEFAULT_HEIGHT
Default graph height

DEFAULT_IMAGE_FORMAT

public String DEFAULT_IMAGE_FORMAT
Default image format

DEFAULT_IMAGE_QUALITY

public float DEFAULT_IMAGE_QUALITY
Default image quality, used only for jpeg graphs

DEFAULT_MGRID_COLOR

public Color DEFAULT_MGRID_COLOR
Default major grid color

DEFAULT_MONOSPACE_FONT_FILE

public String DEFAULT_MONOSPACE_FONT_FILE
Default graph small font

DEFAULT_PROPORTIONAL_FONT_FILE

public String DEFAULT_PROPORTIONAL_FONT_FILE
Default graph large font

DEFAULT_SHADEA_COLOR

public Color DEFAULT_SHADEA_COLOR
Default top-left graph shade color

DEFAULT_SHADEB_COLOR

public Color DEFAULT_SHADEB_COLOR
Default bottom-right graph shade color

DEFAULT_START

public String DEFAULT_START
Default graph starting time

DEFAULT_UNITS_LENGTH

public int DEFAULT_UNITS_LENGTH
Default units length

DEFAULT_WIDTH

public int DEFAULT_WIDTH
Default graph width

FIRST_DAY_OF_WEEK

public int FIRST_DAY_OF_WEEK
Default first day of the week (obtained from the default locale)

FRIDAY

public int FRIDAY
Constant to represent Friday

GLUE_MARKER

public String GLUE_MARKER
Constant to represent "glue" marker

GRID_STROKE

public Stroke GRID_STROKE
Stroke used to draw grid

HOUR

public int HOUR
Constant to represent hour

IN_MEMORY_IMAGE

public String IN_MEMORY_IMAGE
Constant to represent in-memory image name

LEGEND_BOX

public double LEGEND_BOX
Used internally

LEGEND_BOX_SPACE

public double LEGEND_BOX_SPACE
Used internally

LEGEND_INTERSPACING

public int LEGEND_INTERSPACING
Used internally

LEGEND_LEADING

public double LEGEND_LEADING
Used internally

LEGEND_LEADING_SMALL

public double LEGEND_LEADING_SMALL
Used internally

MARKERS

public String[] MARKERS
Used internally

MINUTE

public int MINUTE
Constant to represent minute

MONDAY

public int MONDAY
Constant to represent Monday

MONTH

public int MONTH
Constant to represent month

NO_JUSTIFICATION_MARKER

public String NO_JUSTIFICATION_MARKER
Constant to represent no justification markers

PADDING_BOTTOM

public int PADDING_BOTTOM
Used internally

PADDING_LEFT

public int PADDING_LEFT
Used internally

PADDING_LEGEND

public int PADDING_LEGEND
Used internally

PADDING_PLOT

public int PADDING_PLOT
Used internally

PADDING_RIGHT

public int PADDING_RIGHT
Used internally

PADDING_TITLE

public int PADDING_TITLE
Used internally

PADDING_TOP

public int PADDING_TOP
Used internally

PADDING_VLABEL

public int PADDING_VLABEL
Used internally

SATURDAY

public int SATURDAY
Constant to represent Saturday

SECOND

public int SECOND
Constant to represent second

SUNDAY

public int SUNDAY
Constant to represent Sunday

THURSDAY

public int THURSDAY
Constant to represent Thursday

TICK_STROKE

public Stroke TICK_STROKE
Stroke used to draw ticks

TUESDAY

public int TUESDAY
Constant to represent Tuesday

VERTICAL_SPACING_MARKER

public String VERTICAL_SPACING_MARKER
Constant to represent vertical spacing marker

WEDNESDAY

public int WEDNESDAY
Constant to represent Wednesday

WEEK

public int WEEK
Constant to represent week

YEAR

public int YEAR
Constant to represent year