Uses of Class
org.rrd4j.graph.LegendText
Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
-
Uses of LegendText in org.rrd4j.graph
Fields in org.rrd4j.graph declared as LegendText Modifier and Type Field Description (package private) LegendText
Rule. legend
(package private) LegendText
Span. legend
Constructors in org.rrd4j.graph with parameters of type LegendText Constructor 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)