|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
X value there is
a corresponding f(X).Marker to this Series.
Marker to this Series.
AbstractLineSeries, one on top of eachother,
with the space under each line filled.addNeedle() to draw
a large arrow.
addNeedle() to draw
a medium arrow.
addNeedle() to draw
no arrow at all.
addNeedle() to draw
a small arrow.
Series is plotted against on an AxesGraph.Axis useful for plotting Bar Series.
AxesGraph graph = new AxesGraph();
BarSeries series = new BarSeries("Fruit");
series.set("Apples", 10);
series.set("Oranges", 13);
graph.addSeries(series);AxesGraph.setAxis to set the bottom axis
addSeries method to plot the series
against the bottom and left axes.
addSeries method to plot the series
against the bottom and right axes.
TexturePaint object from one of several predefined patterns.
Graph for drawing "Dials".Output object.
AxesGraph.Map containing information about the areas used in the graph.
SortedMap containing a copy of all the data
points of this LineSeries, where the X and Y values
are the Key and Value, stored as Doubles.
XMLGraph.parse(org.xml.sax.InputSource) method
height attribute
Graph.draw(org.faceless.graph2.Output) method.
FunctionLineSeries.setLineSeries(org.faceless.graph2.LineSeries) method.
Graph.draw(org.faceless.graph2.Output) method, after
it's been reduced to the specified number of colors.
null if no such series has been added yet
width attribute
Image class is a type of marker that can be used
to use bitmap images as Markers.BufferedImage
BufferedImage or Graphics2D object, and then optionally rendered to
a PNG image by calling the writePNG() method.Graphics2D object.
draw() method.
Graph to display information
about the data displayed on the Graph.AxesGraph.setAxis to set the left axis
Axis which displays Markers instead of text on the axis.NumberFormat.Output, return the original co-ordinates
as specified in Series space.
outputToSeries method.
XMLReader
XMLReader.
Output that can be used to plot graphs to a PDFCanvas
object, which can be included in our companion PDF Library.PDFCanvas.
AxesGraph.setAxis to set the right axis
TextStyle.setRotate(double) that may be used with labels on PieGraphs -
causes the label to be rotated to match the angle of the slice.
Marker objects and nothing else.AxesGraph.y=0.
GeneralBarSeries against a DateAxis, whether
to center the bars on the tick, ie.
ImageOutput.getAreas()
method.
GeneralBarSeries.setRoundBars(double).
<svg> tag.
SplineSeries is very similar to a LineSeries class,
except that the line between the specified datapoints is "smoothed" by applying
a Spline curve.steps method controls where the teeth are placed on the spine.
Output which allows the finished Graph to be rendered to SVG.AxesGraph.setAxis to set the top axis
addSeries method to plot the series
against the top and left axes.
addSeries method to plot the series
against the top and right axes.
OutputStream.
AxesGraph.setAxis to set the Z-Axis.
Axis which can only be used on the Z-axis of a graph.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||