Uses of Class
org.faceless.graph2.Axis

Packages that use Axis
org.faceless.graph2 Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. 
 

Uses of Axis in org.faceless.graph2
 

Subclasses of Axis in org.faceless.graph2
 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
          A subclass of Axis which displays Markers instead of text on the axis.
 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.
 

Methods in org.faceless.graph2 that return Axis
 Axis AxesGraph.getAxis(int pos)
           Get the axis that's currently in the specified position on the graph.
 

Methods in org.faceless.graph2 with parameters of type Axis
 void AxesGraph.setAxis(int pos, Axis axis)
          Set the specified axis.
 

Constructors in org.faceless.graph2 with parameters of type Axis
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-2011 Big Faceless Organization