|
||||||||||
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); Adding a BarSeries to anAxesGraph
will typically result in the X-axis being set to aBarAxis
, and the default ordering of the bars is the order they're added to the 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.
Embedder.getGraph()
to an appropriate binary form,
write it to Embedder.getImageOutputStream()
and write the HTML required to embed it to
Embedder.getPageWriter()
, referencing the image at Embedder.getImagePath()
.
TexturePaint
object from one of several predefined patterns.
Graph
for drawing "Dials".Embedder
.
Output
object.
Embedder
object.Embedder
that creates a Flash (SWF) format graph,
using the FlashOutput
class.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 Double
s.
XMLGraphResourceProvider
appropriate for the specified format
putFile()
putFile()
XMLGraph.parse(org.xml.sax.InputSource)
method
height
attribute
Graph.draw(org.faceless.graph2.Output)
method.
FunctionLineSeries.setLineSeries(org.faceless.graph2.LineSeries)
method.
Embedder.getImageOutputStream()
Paint
object matching the specified string
Graph.draw(org.faceless.graph2.Output)
method, after
it's been reduced to the specified number of colors.
null
if no matching handlers are found.
null
if no such series has been added yet
width
attribute
ServletContext
, and manages
the generated graphs, their resources and the Embedders/RequestHandlers that
are used to create and serve them.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 Marker
s 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. midnight (false) or midway between
the tick and the next tick, ie. noon (true).
ImageOutput.getAreas()
method.
XMLGraphResourceProvider
implementation to use for providing
resources when parsing the graph XML.
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.
SVGOutput
class, and embeds it in the HTML using the <object> and/or <embed> tags.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
.
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 |