|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextStyle | |
---|---|
org.faceless.graph2 | Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. |
Uses of TextStyle in org.faceless.graph2 |
---|
Methods in org.faceless.graph2 with parameters of type TextStyle | |
---|---|
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. |
Constructors in org.faceless.graph2 with parameters of type TextStyle | |
---|---|
Text(String text,
TextStyle style)
Create a Text marker |
|
TextStyle(TextStyle style)
Create a new TextStyle that is a clone of the specified style |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |