Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) LegendText |
Span.legend |
(package private) LegendText |
Rule.legend |
Constructor and Description |
---|
HRule(double value,
Paint color,
LegendText legend,
BasicStroke stroke) |
HSpan(double start,
double end,
Paint color,
LegendText legend) |
Rule(Paint color,
LegendText legend,
BasicStroke stroke) |
Span(Paint color,
LegendText legend) |
VRule(long timestamp,
Paint color,
LegendText legend,
BasicStroke stroke) |
VSpan(long start,
long end,
Paint color,
LegendText legend) |