DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.axes
Class XAxisList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.axes.XAxisList

public class XAxisList
extends java.lang.Object

Represents the list of X-axis of the plot area.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 void add(XAxis xAxis)
          Adds an XAxis to the end of the XAxisList object.
 DateTimeXAxis getDefaultDateTimeAxis()
          Gets the DateTimeXAxis object to use for the default dateTime x-axis of the plot area.
 IndexedXAxis getDefaultIndexedAxis()
          Gets the IndexedXAxis object to use for the default indexed x-axis of the plot area.
 NumericXAxis getDefaultNumericAxis()
          Gets the NumericXAxis object to use for the default numeric x-axis of the plot area.
 PercentageXAxis getDefaultPercentageAxis()
          Gets the PercentageXAxis object to use for the default percentage x-axis of the plot area.
 XAxis getXAxis(int index)
          Gets the XAxis at the given index.
 void setDefaultDateTimeAxis(DateTimeXAxis value)
          Sets the DateTimeXAxis object to use for the default dateTime x-axis of the plot area.
 void setDefaultIndexedAxis(IndexedXAxis value)
          Sets the IndexedXAxis object to use for the default indexed x-axis of the plot area.
 void setDefaultNumericAxis(NumericXAxis value)
          Sets the NumericXAxis object to use for the default numeric x-axis of the plot area.
 void setDefaultPercentageAxis(PercentageXAxis value)
          Sets the PercentageXAxis object to use for the default percentage x-axis of the plot area.
 int size()
          Gets the number of elements actually contained in the x-axis List.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(XAxis xAxis)
Adds an XAxis to the end of the XAxisList object.

Parameters:
xAxis - The XAxis to be displayed in the plot area.
See Also:
XAxis, XAxisList

getXAxis

public XAxis getXAxis(int index)
Gets the XAxis at the given index.

Parameters:
index - the index of the axis.
Returns:
The XAxis object.
See Also:
XAxis

size

public int size()
Gets the number of elements actually contained in the x-axis List.

Returns:
the size of the list.

getDefaultNumericAxis

public NumericXAxis getDefaultNumericAxis()
Gets the NumericXAxis object to use for the default numeric x-axis of the plot area.

Returns:
the default numerix x-axis.
See Also:
NumericXAxis

setDefaultNumericAxis

public void setDefaultNumericAxis(NumericXAxis value)
Sets the NumericXAxis object to use for the default numeric x-axis of the plot area.

Parameters:
value - the default numerix x-axis.
See Also:
NumericXAxis

getDefaultIndexedAxis

public IndexedXAxis getDefaultIndexedAxis()
Gets the IndexedXAxis object to use for the default indexed x-axis of the plot area.

Returns:
the default indexed x-axis.
See Also:
IndexedXAxis

setDefaultIndexedAxis

public void setDefaultIndexedAxis(IndexedXAxis value)
Sets the IndexedXAxis object to use for the default indexed x-axis of the plot area.

Parameters:
value - IndexedXAxis object to use for the default indexed x-axis of the plot area.
See Also:
IndexedXAxis

getDefaultDateTimeAxis

public DateTimeXAxis getDefaultDateTimeAxis()
Gets the DateTimeXAxis object to use for the default dateTime x-axis of the plot area.

Returns:
the default date time x-axis.
See Also:
DateTimeXAxis

setDefaultDateTimeAxis

public void setDefaultDateTimeAxis(DateTimeXAxis value)
Sets the DateTimeXAxis object to use for the default dateTime x-axis of the plot area.

Parameters:
value - to use for the default dateTime x-axis of the plot area.
See Also:
DateTimeXAxis

getDefaultPercentageAxis

public PercentageXAxis getDefaultPercentageAxis()
Gets the PercentageXAxis object to use for the default percentage x-axis of the plot area.

Returns:
the default percentage x-axis.
See Also:
PercentageXAxis

setDefaultPercentageAxis

public void setDefaultPercentageAxis(PercentageXAxis value)
Sets the PercentageXAxis object to use for the default percentage x-axis of the plot area.

Parameters:
value - PercentageXAxis object to use for the default percentage x-axis of the plot area.
See Also:
PercentageXAxis

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software