jas.plot
Class AxisType

java.lang.Object
  |
  +--jas.plot.AxisType
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
DateAxis, DoubleAxis, StringAxis, TimeAxis

public abstract class AxisType
extends java.lang.Object
implements java.io.Externalizable

Subclasses encapsulate details for a particular axis type.

See Also:
DoubleAxis, DateAxis, StringAxis, TimeAxis, Serialized Form

Field Summary
protected  Axis axis
          the axis object this type will be used on
 
Constructor Summary
AxisType()
           
 
Method Summary
 Axis getAxis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Field Detail

axis

protected Axis axis
the axis object this type will be used on
Constructor Detail

AxisType

public AxisType()
Method Detail

getAxis

public final Axis getAxis()