Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
Modifier and Type | Field and Description |
---|---|
protected Style |
Axis.spinestyle |
Modifier and Type | Method and Description |
---|---|
protected Style |
GeneralBarSeries.getStyle(String name,
double[] vals)
Return a style appropriate for this name
|
Modifier and Type | Method and Description |
---|---|
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 |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout,
int align)
Add a label to one of the slices in the pie.
|
void |
PieGraph.addLine(String name,
double x1,
double y1,
double x2,
double y2,
Style style)
Add a line to the graph.
|
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
|
protected void |
BoxWhiskerSeries.drawBox(org.faceless.graph2.Drawable c,
double x,
double barwidthscale,
double z,
org.faceless.graph2.AxisScaler xscale,
org.faceless.graph2.AxisScaler yscale,
double scaledepth,
String name,
double[] vals,
Style style)
Actually draw the box.
|
protected void |
GeneralBarSeries.drawBox(org.faceless.graph2.Drawable c,
double x,
double barwidthscale,
double z,
org.faceless.graph2.AxisScaler xscale,
org.faceless.graph2.AxisScaler yscale,
double scaledepth,
String name,
double[] vals,
Style style)
Actually draw the box.
|
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.
|
Constructor and Description |
---|
Key(Style backstyle)
Create a new Key
|
Style(Style style)
Create a new Style that's a clone of the specified style
|
Copyright © 2001-2016 Big Faceless Organization