|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
---|---|
org.faceless.graph2 | Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. |
Uses of Style in org.faceless.graph2 |
---|
Methods in org.faceless.graph2 with parameters of type Style | |
---|---|
void |
Series.addBox(String name,
double x1,
double y1,
double x2,
double y2,
Style style)
Add a box to this Series. |
void |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout)
Add a label to one of the slices in the pie. |
void |
Series.addLine(String name,
double x1,
double y1,
double x2,
double y2,
Style style)
Add a line to this Series. |
void |
DialGraph.addNeedle(double angle,
double start,
double startwidth,
double waist,
double waistwidth,
double end,
double endwidth,
Style style,
int arrow)
Add a "needle" the graph. |
void |
DialGraph.addSegment(double start,
double end,
double inner,
double outer,
Style style)
Add a colored "segment" to the graph. |
void |
DialGraph.addTick(double angle,
double start,
double end,
Style style)
Add a tick to the graph |
void |
DialGraph.addTicks(double startangle,
double endangle,
double anglestep,
double start,
double end,
Style style)
Add several ticks at equally spaced intervals around the graph |
void |
Axis.setSpineStyle(Style style)
Set the style used to draw the spine of the axis. |
void |
CandleSeries.setStyle(Date date,
Style style)
Set the style for a particular candle. |
void |
BubbleSeries.setStyle(double x,
double y,
Style style)
Set the style for the bubble at this position. |
void |
GeneralBarSeries.setStyle(String name,
Style style)
Set the style to use for a specific bar. |
void |
Marker.setStyle(Style style)
Set the style of this marker. |
void |
PieGraph.setStyle(Style style)
Set the overall style for the graph. |
void |
Series.setStyle(Style style)
Set the style (color) to plot this series with. |
Constructors in org.faceless.graph2 with parameters of type Style | |
---|---|
Key(Style backstyle)
Create a new Key |
|
Style(Style style)
Create a new Style that's a clone of the specified style |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |