JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart.beans
Class AxisInfoWrapper

java.lang.Object
  |
  +--com.klg.jclass.chart.beans.AxisInfoWrapper
All Implemented Interfaces:
Serializable

public class AxisInfoWrapper
extends Object
implements Serializable

Encapsulates axis information for use by the MultiChart Bean.
Note: Although used by the Bean, this is not one of the Bean wrappers subclassed from RadioWrapper.

See Also:
Serialized Form

Field Summary
 com.klg.jclass.chart.ChartDataView axis_cdv
           
 com.klg.jclass.chart.JCAxis axis_other_axis
           
 boolean axis_xory
           
 
Constructor Summary
AxisInfoWrapper()
           
 
Method Summary
 void getAxisInformation(com.klg.jclass.chart.JCAxis axis)
          Given an axis, fills in the associated axis information such as: axis data view, other axis, and whether the axis is an x or y axis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axis_cdv

public com.klg.jclass.chart.ChartDataView axis_cdv

axis_other_axis

public com.klg.jclass.chart.JCAxis axis_other_axis

axis_xory

public boolean axis_xory
Constructor Detail

AxisInfoWrapper

public AxisInfoWrapper()
Method Detail

getAxisInformation

public void getAxisInformation(com.klg.jclass.chart.JCAxis axis)
Given an axis, fills in the associated axis information such as: axis data view, other axis, and whether the axis is an x or y axis.

Parameters:
axis - the axis to get information on

Copyright © 2004 Quest Software Inc..
All rights reserved.