Package org.jrobin.graph
Interface RrdGraphConstants
-
- All Known Implementing Classes:
CommentText,LegendComposer,LegendText,PrintText,RrdGraph,RrdGraphDef,RrdGraphDefTemplate,TimeAxis,ValueAxis,ValueAxisLogarithmic,ValueAxisMrtg
public interface RrdGraphConstantsClass to represent various constants used for graphing. No methods are specified.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIGN_CENTER_MARKERConstant to represent centered alignment markerstatic StringALIGN_JUSTIFIED_MARKERConstant to represent justified alignment markerstatic StringALIGN_LEFT_MARKERConstant to represent left alignment markerstatic StringALIGN_RIGHT_MARKERConstant to represent right alignment markerstatic intCOLOR_ARROWIndex of the arrow color.static intCOLOR_BACKIndex of the background color.static intCOLOR_CANVASIndex of the canvas color.static intCOLOR_FONTIndex of the font color.static intCOLOR_FRAMEIndex of the frame color.static intCOLOR_GRIDIndex of the minor grid color.static intCOLOR_MGRIDIndex of the major grid color.static String[]COLOR_NAMESAllowed color names which can be used inRrdGraphDef.setColor(String, java.awt.Paint)methodstatic intCOLOR_SHADEAIndex of the top-left graph shade color.static intCOLOR_SHADEBIndex of the bottom-right graph shade color.static intDAYConstant to represent daystatic ColorDEFAULT_ARROW_COLORDefault arrow colorstatic ColorDEFAULT_BACK_COLORDefault graph background colorstatic doubleDEFAULT_BASEDefault value basestatic ColorDEFAULT_CANVAS_COLORDefault graph canvas colorstatic StringDEFAULT_ENDDefault graph ending timestatic ColorDEFAULT_FONT_COLORDefault font colorstatic StringDEFAULT_FONT_NAMEDefault font name, determined based on the current operating systemstatic ColorDEFAULT_FRAME_COLORDefault frame colorstatic ColorDEFAULT_GRID_COLORDefault minor grid colorstatic intDEFAULT_HEIGHTDefault graph heightstatic StringDEFAULT_IMAGE_FORMATDefault image formatstatic floatDEFAULT_IMAGE_QUALITYDefault image quality, used only for jpeg graphsstatic ColorDEFAULT_MGRID_COLORDefault major grid colorstatic StringDEFAULT_MONOSPACE_FONT_FILEDefault graph small fontstatic StringDEFAULT_PROPORTIONAL_FONT_FILEDefault graph large fontstatic ColorDEFAULT_SHADEA_COLORDefault top-left graph shade colorstatic ColorDEFAULT_SHADEB_COLORDefault bottom-right graph shade colorstatic StringDEFAULT_STARTDefault graph starting timestatic intDEFAULT_UNITS_LENGTHDefault units lengthstatic intDEFAULT_WIDTHDefault graph widthstatic intFIRST_DAY_OF_WEEKDefault first day of the week (obtained from the default locale)static intFONTTAG_AXISIndex of the axis label font.static intFONTTAG_DEFAULTIndex of the default font.static intFONTTAG_LEGENDIndex of the graph legend font.static String[]FONTTAG_NAMESAllowed font tag names which can be used inRrdGraphDef.setFont(String, java.awt.Font)methodstatic intFONTTAG_TITLEIndex of the title font.static intFONTTAG_UNITIndex of the vertical unit label font.static intFONTTAG_WATERMARKIndex of the edge watermark font.static intFRIDAYConstant to represent Fridaystatic StringGLUE_MARKERConstant to represent "glue" markerstatic StrokeGRID_STROKEStroke used to draw gridstatic intHOURConstant to represent hourstatic StringIN_MEMORY_IMAGEConstant to represent in-memory image namestatic doubleLEGEND_BOXUsed internallystatic doubleLEGEND_BOX_SPACEUsed internallystatic intLEGEND_INTERSPACINGUsed internallystatic doubleLEGEND_LEADINGUsed internallystatic doubleLEGEND_LEADING_SMALLUsed internallystatic String[]MARKERSUsed internallystatic intMINUTEConstant to represent minutestatic intMONDAYConstant to represent Mondaystatic intMONTHConstant to represent monthstatic StringNO_JUSTIFICATION_MARKERConstant to represent no justification markersstatic intPADDING_BOTTOMUsed internallystatic intPADDING_LEFTUsed internallystatic doublePADDING_LEGENDUsed internallystatic doublePADDING_PLOTUsed internallystatic intPADDING_RIGHTUsed internallystatic intPADDING_TITLEUsed internallystatic intPADDING_TOPUsed internallystatic intPADDING_VLABELUsed internallystatic intSATURDAYConstant to represent Saturdaystatic intSECONDConstant to represent secondstatic intSUNDAYConstant to represent Sundaystatic intTHURSDAYConstant to represent Thursdaystatic StrokeTICK_STROKEStroke used to draw ticksstatic intTUESDAYConstant to represent Tuesdaystatic StringVERTICAL_SPACING_MARKERConstant to represent vertical spacing markerstatic intWEDNESDAYConstant to represent Wednesdaystatic intWEEKConstant to represent weekstatic intYEARConstant to represent year
-
-
-
Field Detail
-
DEFAULT_START
static final String DEFAULT_START
Default graph starting time- See Also:
- Constant Field Values
-
DEFAULT_END
static final String DEFAULT_END
Default graph ending time- See Also:
- Constant Field Values
-
SECOND
static final int SECOND
Constant to represent second- See Also:
- Constant Field Values
-
MINUTE
static final int MINUTE
Constant to represent minute- See Also:
- Constant Field Values
-
HOUR
static final int HOUR
Constant to represent hour- See Also:
- Constant Field Values
-
DAY
static final int DAY
Constant to represent day- See Also:
- Constant Field Values
-
WEEK
static final int WEEK
Constant to represent week- See Also:
- Constant Field Values
-
MONTH
static final int MONTH
Constant to represent month- See Also:
- Constant Field Values
-
YEAR
static final int YEAR
Constant to represent year- See Also:
- Constant Field Values
-
MONDAY
static final int MONDAY
Constant to represent Monday- See Also:
- Constant Field Values
-
TUESDAY
static final int TUESDAY
Constant to represent Tuesday- See Also:
- Constant Field Values
-
WEDNESDAY
static final int WEDNESDAY
Constant to represent Wednesday- See Also:
- Constant Field Values
-
THURSDAY
static final int THURSDAY
Constant to represent Thursday- See Also:
- Constant Field Values
-
FRIDAY
static final int FRIDAY
Constant to represent Friday- See Also:
- Constant Field Values
-
SATURDAY
static final int SATURDAY
Constant to represent Saturday- See Also:
- Constant Field Values
-
SUNDAY
static final int SUNDAY
Constant to represent Sunday- See Also:
- Constant Field Values
-
COLOR_CANVAS
static final int COLOR_CANVAS
Index of the canvas color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_BACK
static final int COLOR_BACK
Index of the background color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_SHADEA
static final int COLOR_SHADEA
Index of the top-left graph shade color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_SHADEB
static final int COLOR_SHADEB
Index of the bottom-right graph shade color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_GRID
static final int COLOR_GRID
Index of the minor grid color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_MGRID
static final int COLOR_MGRID
Index of the major grid color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_FONT
static final int COLOR_FONT
Index of the font color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_FRAME
static final int COLOR_FRAME
Index of the frame color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_ARROW
static final int COLOR_ARROW
Index of the arrow color. Used inRrdGraphDef.setColor(int, java.awt.Paint)- See Also:
- Constant Field Values
-
COLOR_NAMES
static final String[] COLOR_NAMES
Allowed color names which can be used inRrdGraphDef.setColor(String, java.awt.Paint)method
-
FIRST_DAY_OF_WEEK
static final int FIRST_DAY_OF_WEEK
Default first day of the week (obtained from the default locale)
-
DEFAULT_CANVAS_COLOR
static final Color DEFAULT_CANVAS_COLOR
Default graph canvas color
-
DEFAULT_BACK_COLOR
static final Color DEFAULT_BACK_COLOR
Default graph background color
-
DEFAULT_SHADEA_COLOR
static final Color DEFAULT_SHADEA_COLOR
Default top-left graph shade color
-
DEFAULT_SHADEB_COLOR
static final Color DEFAULT_SHADEB_COLOR
Default bottom-right graph shade color
-
DEFAULT_GRID_COLOR
static final Color DEFAULT_GRID_COLOR
Default minor grid color
-
DEFAULT_MGRID_COLOR
static final Color DEFAULT_MGRID_COLOR
Default major grid color
-
DEFAULT_FONT_COLOR
static final Color DEFAULT_FONT_COLOR
Default font color
-
DEFAULT_FRAME_COLOR
static final Color DEFAULT_FRAME_COLOR
Default frame color
-
DEFAULT_ARROW_COLOR
static final Color DEFAULT_ARROW_COLOR
Default arrow color
-
ALIGN_LEFT_MARKER
static final String ALIGN_LEFT_MARKER
Constant to represent left alignment marker- See Also:
- Constant Field Values
-
ALIGN_CENTER_MARKER
static final String ALIGN_CENTER_MARKER
Constant to represent centered alignment marker- See Also:
- Constant Field Values
-
ALIGN_RIGHT_MARKER
static final String ALIGN_RIGHT_MARKER
Constant to represent right alignment marker- See Also:
- Constant Field Values
-
ALIGN_JUSTIFIED_MARKER
static final String ALIGN_JUSTIFIED_MARKER
Constant to represent justified alignment marker- See Also:
- Constant Field Values
-
GLUE_MARKER
static final String GLUE_MARKER
Constant to represent "glue" marker- See Also:
- Constant Field Values
-
VERTICAL_SPACING_MARKER
static final String VERTICAL_SPACING_MARKER
Constant to represent vertical spacing marker- See Also:
- Constant Field Values
-
NO_JUSTIFICATION_MARKER
static final String NO_JUSTIFICATION_MARKER
Constant to represent no justification markers- See Also:
- Constant Field Values
-
MARKERS
static final String[] MARKERS
Used internally
-
IN_MEMORY_IMAGE
static final String IN_MEMORY_IMAGE
Constant to represent in-memory image name- See Also:
- Constant Field Values
-
DEFAULT_UNITS_LENGTH
static final int DEFAULT_UNITS_LENGTH
Default units length- See Also:
- Constant Field Values
-
DEFAULT_WIDTH
static final int DEFAULT_WIDTH
Default graph width- See Also:
- Constant Field Values
-
DEFAULT_HEIGHT
static final int DEFAULT_HEIGHT
Default graph height- See Also:
- Constant Field Values
-
DEFAULT_IMAGE_FORMAT
static final String DEFAULT_IMAGE_FORMAT
Default image format- See Also:
- Constant Field Values
-
DEFAULT_IMAGE_QUALITY
static final float DEFAULT_IMAGE_QUALITY
Default image quality, used only for jpeg graphs- See Also:
- Constant Field Values
-
DEFAULT_BASE
static final double DEFAULT_BASE
Default value base- See Also:
- Constant Field Values
-
DEFAULT_FONT_NAME
static final String DEFAULT_FONT_NAME
Default font name, determined based on the current operating system
-
DEFAULT_MONOSPACE_FONT_FILE
static final String DEFAULT_MONOSPACE_FONT_FILE
Default graph small font- See Also:
- Constant Field Values
-
DEFAULT_PROPORTIONAL_FONT_FILE
static final String DEFAULT_PROPORTIONAL_FONT_FILE
Default graph large font- See Also:
- Constant Field Values
-
LEGEND_LEADING
static final double LEGEND_LEADING
Used internally- See Also:
- Constant Field Values
-
LEGEND_LEADING_SMALL
static final double LEGEND_LEADING_SMALL
Used internally- See Also:
- Constant Field Values
-
LEGEND_BOX_SPACE
static final double LEGEND_BOX_SPACE
Used internally- See Also:
- Constant Field Values
-
LEGEND_BOX
static final double LEGEND_BOX
Used internally- See Also:
- Constant Field Values
-
LEGEND_INTERSPACING
static final int LEGEND_INTERSPACING
Used internally- See Also:
- Constant Field Values
-
PADDING_LEFT
static final int PADDING_LEFT
Used internally- See Also:
- Constant Field Values
-
PADDING_TOP
static final int PADDING_TOP
Used internally- See Also:
- Constant Field Values
-
PADDING_TITLE
static final int PADDING_TITLE
Used internally- See Also:
- Constant Field Values
-
PADDING_RIGHT
static final int PADDING_RIGHT
Used internally- See Also:
- Constant Field Values
-
PADDING_PLOT
static final double PADDING_PLOT
Used internally- See Also:
- Constant Field Values
-
PADDING_LEGEND
static final double PADDING_LEGEND
Used internally- See Also:
- Constant Field Values
-
PADDING_BOTTOM
static final int PADDING_BOTTOM
Used internally- See Also:
- Constant Field Values
-
PADDING_VLABEL
static final int PADDING_VLABEL
Used internally- See Also:
- Constant Field Values
-
GRID_STROKE
static final Stroke GRID_STROKE
Stroke used to draw grid
-
TICK_STROKE
static final Stroke TICK_STROKE
Stroke used to draw ticks
-
FONTTAG_DEFAULT
static final int FONTTAG_DEFAULT
Index of the default font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_TITLE
static final int FONTTAG_TITLE
Index of the title font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_AXIS
static final int FONTTAG_AXIS
Index of the axis label font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_UNIT
static final int FONTTAG_UNIT
Index of the vertical unit label font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_LEGEND
static final int FONTTAG_LEGEND
Index of the graph legend font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_WATERMARK
static final int FONTTAG_WATERMARK
Index of the edge watermark font. Used inRrdGraphDef.setFont(int, java.awt.Font)- See Also:
- Constant Field Values
-
FONTTAG_NAMES
static final String[] FONTTAG_NAMES
Allowed font tag names which can be used inRrdGraphDef.setFont(String, java.awt.Font)method
-
-