void |
Key.addCustom(AbstractMarker marker,
String text,
TextStyle style) |
Add a custom marker and/or text to the Key.
|
void |
DialGraph.addLabels(double startangle,
double endangle,
double anglestep,
double distance,
boolean rotate,
TextStyle style,
NumberFormat format,
double startvalue,
double endvalue) |
Add numerical labels around the edge of the dial graph.
|
void |
Key.addSeries(Series series,
TextStyle style) |
Add the specified series to the Key.
|
void |
Graph.addText(String text,
TextStyle style) |
Add some text to the Graph.
|
void |
GeneralBarSeries.setBarLabels(TextStyle style,
NumberFormat format) |
Set a label on each bar.
|
void |
Key.setDefaultTextStyle(TextStyle style) |
Set the default text style to use on the key.
|
void |
Axis.setLabel(String text,
TextStyle style) |
Set a label to be displayed next to the axis.
|
void |
Axis.setToothTextStyle(TextStyle style) |
Set the style used to draw the labels on the teeth.
|