| Package | Description |
|---|---|
| org.rrd4j.graph |
RRD4J graph capabilities.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) LegendText |
Span.legend |
(package private) LegendText |
Rule.legend
Legend text for this rule
|
| Constructor and Description |
|---|
HRule(double value,
Paint color,
LegendText legend,
BasicStroke stroke)
Creates a horizontal rule at the specified value.
|
HSpan(double start,
double end,
Paint color,
LegendText legend) |
Rule(Paint color,
LegendText legend,
BasicStroke stroke)
Creates a new rule with specified color, legend, and stroke.
|
Span(Paint color,
LegendText legend) |
VRule(long timestamp,
Paint color,
LegendText legend,
BasicStroke stroke)
Creates a vertical rule at the specified timestamp.
|
VSpan(long start,
long end,
Paint color,
LegendText legend) |