jas.plot
Class AxisType
java.lang.Object
jas.plot.AxisType
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- DateAxis, DoubleAxis, StringAxis, TimeAxis
public abstract class AxisType
- extends Object
- implements Externalizable
Subclasses encapsulate details for a particular axis type.
- Author:
- Jonas Gifford
- See Also:
DoubleAxis
,
DateAxis
,
StringAxis
,
TimeAxis
,
Serialized Form
Field Summary |
protected Axis |
axis
the axis object this type will be used on |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axis
protected Axis axis
- the axis object this type will be used on
AxisType
public AxisType()
getAxis
public final Axis getAxis()
Copyright © 2000-2009 FreeHEP. All Rights Reserved.