jas.plot
Class AxisType

java.lang.Object
  extended by 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
 
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()


Copyright © 2000-2009 FreeHEP. All Rights Reserved.