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 | Class and Description |
---|---|
class |
BarAxis
A subclass of
Axis useful for plotting Bar Series. |
class |
DateAxis
A subclass of Axis to be used for plotting date values.
|
class |
GapAxis
A type of Axis that can be used to put a "gap" in the middle of an
axis.
|
class |
LogAxis
A type of Axis that can be used to plot Logarithmic values.
|
class |
MarkerAxis
|
class |
NullAxis
A class of Axis which doesn't display any values at all.
|
class |
NumericAxis
The most common type of Axis, a NumericAxis is used to display numbers, either
as integers, real numbers, percentages, currency amounts or any type of format
that can be created with a
NumberFormat . |
class |
ZAxis
A subclass of
Axis which can only be used on the Z-axis of a graph. |
Modifier and Type | Method and Description |
---|---|
Axis |
AxesGraph.getAxis(int pos)
Get the axis that's currently in the specified position on the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
AxesGraph.setAxis(int pos,
Axis axis)
Set the specified axis.
|
Constructor and Description |
---|
GapAxis(Axis axis,
double gapstart,
double gapend)
Create a new GapAxis which will skip values between the supplied parameters
|
LogAxis(Axis axis)
Create a new LogAxis with a base of 10
|
LogAxis(Axis axis,
double base)
Create a new LogAxis with the specified base
|
Copyright © 2001-2016 Big Faceless Organization