CommentText
, LegendComposer
, LegendText
, PrintText
, RrdGraph
, RrdGraphDef
, RrdGraphDefTemplate
, TimeAxis
, ValueAxis
, ValueAxisLogarithmic
, ValueAxisMrtg
public interface RrdGraphConstants
Modifier and Type | Field | Description |
---|---|---|
static String |
ALIGN_CENTER_MARKER |
Constant to represent centered alignment marker
|
static String |
ALIGN_JUSTIFIED_MARKER |
Constant to represent justified alignment marker
|
static String |
ALIGN_LEFT_MARKER |
Constant to represent left alignment marker
|
static String |
ALIGN_RIGHT_MARKER |
Constant to represent right alignment marker
|
static int |
COLOR_ARROW |
Index of the arrow color.
|
static int |
COLOR_BACK |
Index of the background color.
|
static int |
COLOR_CANVAS |
Index of the canvas color.
|
static int |
COLOR_FONT |
Index of the font color.
|
static int |
COLOR_FRAME |
Index of the frame color.
|
static int |
COLOR_GRID |
Index of the minor grid color.
|
static int |
COLOR_MGRID |
Index of the major grid color.
|
static String[] |
COLOR_NAMES |
Allowed color names which can be used in
RrdGraphDef.setColor(String, java.awt.Paint) method |
static int |
COLOR_SHADEA |
Index of the top-left graph shade color.
|
static int |
COLOR_SHADEB |
Index of the bottom-right graph shade color.
|
static int |
DAY |
Constant to represent day
|
static Color |
DEFAULT_ARROW_COLOR |
Default arrow color
|
static Color |
DEFAULT_BACK_COLOR |
Default graph background color
|
static double |
DEFAULT_BASE |
Default value base
|
static Color |
DEFAULT_CANVAS_COLOR |
Default graph canvas color
|
static String |
DEFAULT_END |
Default graph ending time
|
static Color |
DEFAULT_FONT_COLOR |
Default font color
|
static String |
DEFAULT_FONT_NAME |
Default font name, determined based on the current operating system
|
static Color |
DEFAULT_FRAME_COLOR |
Default frame color
|
static Color |
DEFAULT_GRID_COLOR |
Default minor grid color
|
static int |
DEFAULT_HEIGHT |
Default graph height
|
static String |
DEFAULT_IMAGE_FORMAT |
Default image format
|
static float |
DEFAULT_IMAGE_QUALITY |
Default image quality, used only for jpeg graphs
|
static Color |
DEFAULT_MGRID_COLOR |
Default major grid color
|
static String |
DEFAULT_MONOSPACE_FONT_FILE |
Default graph small font
|
static String |
DEFAULT_PROPORTIONAL_FONT_FILE |
Default graph large font
|
static Color |
DEFAULT_SHADEA_COLOR |
Default top-left graph shade color
|
static Color |
DEFAULT_SHADEB_COLOR |
Default bottom-right graph shade color
|
static String |
DEFAULT_START |
Default graph starting time
|
static int |
DEFAULT_UNITS_LENGTH |
Default units length
|
static int |
DEFAULT_WIDTH |
Default graph width
|
static int |
FIRST_DAY_OF_WEEK |
Default first day of the week (obtained from the default locale)
|
static int |
FONTTAG_AXIS |
Index of the axis label font.
|
static int |
FONTTAG_DEFAULT |
Index of the default font.
|
static int |
FONTTAG_LEGEND |
Index of the graph legend font.
|
static String[] |
FONTTAG_NAMES |
Allowed font tag names which can be used in
RrdGraphDef.setFont(String, java.awt.Font) method |
static int |
FONTTAG_TITLE |
Index of the title font.
|
static int |
FONTTAG_UNIT |
Index of the vertical unit label font.
|
static int |
FONTTAG_WATERMARK |
Index of the edge watermark font.
|
static int |
FRIDAY |
Constant to represent Friday
|
static String |
GLUE_MARKER |
Constant to represent "glue" marker
|
static Stroke |
GRID_STROKE |
Stroke used to draw grid
|
static int |
HOUR |
Constant to represent hour
|
static String |
IN_MEMORY_IMAGE |
Constant to represent in-memory image name
|
static double |
LEGEND_BOX |
Used internally
|
static double |
LEGEND_BOX_SPACE |
Used internally
|
static int |
LEGEND_INTERSPACING |
Used internally
|
static double |
LEGEND_LEADING |
Used internally
|
static double |
LEGEND_LEADING_SMALL |
Used internally
|
static String[] |
MARKERS |
Used internally
|
static int |
MINUTE |
Constant to represent minute
|
static int |
MONDAY |
Constant to represent Monday
|
static int |
MONTH |
Constant to represent month
|
static String |
NO_JUSTIFICATION_MARKER |
Constant to represent no justification markers
|
static int |
PADDING_BOTTOM |
Used internally
|
static int |
PADDING_LEFT |
Used internally
|
static double |
PADDING_LEGEND |
Used internally
|
static double |
PADDING_PLOT |
Used internally
|
static int |
PADDING_RIGHT |
Used internally
|
static int |
PADDING_TITLE |
Used internally
|
static int |
PADDING_TOP |
Used internally
|
static int |
PADDING_VLABEL |
Used internally
|
static int |
SATURDAY |
Constant to represent Saturday
|
static int |
SECOND |
Constant to represent second
|
static int |
SUNDAY |
Constant to represent Sunday
|
static int |
THURSDAY |
Constant to represent Thursday
|
static Stroke |
TICK_STROKE |
Stroke used to draw ticks
|
static int |
TUESDAY |
Constant to represent Tuesday
|
static String |
VERTICAL_SPACING_MARKER |
Constant to represent vertical spacing marker
|
static int |
WEDNESDAY |
Constant to represent Wednesday
|
static int |
WEEK |
Constant to represent week
|
static int |
YEAR |
Constant to represent year
|
static final String DEFAULT_START
static final String DEFAULT_END
static final int SECOND
static final int MINUTE
static final int HOUR
static final int DAY
static final int WEEK
static final int MONTH
static final int YEAR
static final int MONDAY
static final int TUESDAY
static final int WEDNESDAY
static final int THURSDAY
static final int FRIDAY
static final int SATURDAY
static final int SUNDAY
static final int COLOR_CANVAS
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_BACK
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_SHADEA
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_SHADEB
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_GRID
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_MGRID
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_FONT
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_FRAME
RrdGraphDef.setColor(int, java.awt.Paint)
static final int COLOR_ARROW
RrdGraphDef.setColor(int, java.awt.Paint)
static final String[] COLOR_NAMES
RrdGraphDef.setColor(String, java.awt.Paint)
methodstatic final int FIRST_DAY_OF_WEEK
static final Color DEFAULT_CANVAS_COLOR
static final Color DEFAULT_BACK_COLOR
static final Color DEFAULT_SHADEA_COLOR
static final Color DEFAULT_SHADEB_COLOR
static final Color DEFAULT_GRID_COLOR
static final Color DEFAULT_MGRID_COLOR
static final Color DEFAULT_FONT_COLOR
static final Color DEFAULT_FRAME_COLOR
static final Color DEFAULT_ARROW_COLOR
static final String ALIGN_LEFT_MARKER
static final String ALIGN_CENTER_MARKER
static final String ALIGN_RIGHT_MARKER
static final String ALIGN_JUSTIFIED_MARKER
static final String GLUE_MARKER
static final String VERTICAL_SPACING_MARKER
static final String NO_JUSTIFICATION_MARKER
static final String[] MARKERS
static final String IN_MEMORY_IMAGE
static final int DEFAULT_UNITS_LENGTH
static final int DEFAULT_WIDTH
static final int DEFAULT_HEIGHT
static final String DEFAULT_IMAGE_FORMAT
static final float DEFAULT_IMAGE_QUALITY
static final double DEFAULT_BASE
static final String DEFAULT_FONT_NAME
static final String DEFAULT_MONOSPACE_FONT_FILE
static final String DEFAULT_PROPORTIONAL_FONT_FILE
static final double LEGEND_LEADING
static final double LEGEND_LEADING_SMALL
static final double LEGEND_BOX_SPACE
static final double LEGEND_BOX
static final int LEGEND_INTERSPACING
static final int PADDING_LEFT
static final int PADDING_TOP
static final int PADDING_TITLE
static final int PADDING_RIGHT
static final double PADDING_PLOT
static final double PADDING_LEGEND
static final int PADDING_BOTTOM
static final int PADDING_VLABEL
static final Stroke GRID_STROKE
static final Stroke TICK_STROKE
static final int FONTTAG_DEFAULT
RrdGraphDef.setFont(int, java.awt.Font)
static final int FONTTAG_TITLE
RrdGraphDef.setFont(int, java.awt.Font)
static final int FONTTAG_AXIS
RrdGraphDef.setFont(int, java.awt.Font)
static final int FONTTAG_UNIT
RrdGraphDef.setFont(int, java.awt.Font)
static final int FONTTAG_LEGEND
RrdGraphDef.setFont(int, java.awt.Font)
static final int FONTTAG_WATERMARK
RrdGraphDef.setFont(int, java.awt.Font)
static final String[] FONTTAG_NAMES
RrdGraphDef.setFont(String, java.awt.Font)
method