DynamicPDF by ceTe Software

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

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

public class YAxisList
extends java.lang.Object

Represents a list of Y-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(YAxis yAxis)
          Adds a YAxis to the end of the YAxisList object.
 DateTimeYAxis getDefaultDateTimeAxis()
          Gets the DateTimeYAxis object to use for the default dateTime y-axis of the plot area.
 IndexedYAxis getDefaultIndexedAxis()
          Gets the IndexedYAxis object to use for the default indexed y-axis of the plot area.
 NumericYAxis getDefaultNumericAxis()
          Gets the NumericYAxis object to use for the default numeric y-axis of the plot area.
 PercentageYAxis getDefaultPercentageAxis()
          Gets the PercentageYAxis object to use for the default percentage y-axis of the plot area.
 YAxis getYAxis(int index)
          Gets the YAxis at the given index.
 void setDefaultDateTimeAxis(DateTimeYAxis value)
          Sets the DateTimeYAxis object to use for the default dateTime y-axis of the plot area.
 void setDefaultIndexedAxis(IndexedYAxis value)
          Sets the IndexedYAxis object to use for the default indexed y-axis of the plot area.
 void setDefaultNumericAxis(NumericYAxis value)
          Sets the NumericYAxis object to use for the default numeric y-axis of the plot area.
 void setDefaultPercentageAxis(PercentageYAxis value)
          Sets the PercentageYAxis object to use for the default percentage y-axis of the plot area.
 int size()
          Gets the number of elements actually contained in the y-axis llist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(YAxis yAxis)
Adds a YAxis to the end of the YAxisList object.

Parameters:
yAxis - YAxis to be displayed in the plot area.
See Also:
YAxis, YAxisList

getYAxis

public YAxis getYAxis(int index)
Gets the YAxis at the given index.

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

size

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

Returns:
the size of the list.

getDefaultNumericAxis

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

Returns:
the default numeric y axis.
See Also:
NumericYAxis

setDefaultNumericAxis

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

Parameters:
value - the default numeric y axis.
See Also:
NumericYAxis

getDefaultIndexedAxis

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

Returns:
the default indexed y axis.
See Also:
IndexedYAxis

setDefaultIndexedAxis

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

Parameters:
value - the default indexed y axis.
See Also:
IndexedYAxis

getDefaultDateTimeAxis

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

Returns:
the default date time y axis.
See Also:
DateTimeYAxis

setDefaultDateTimeAxis

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

Parameters:
value - the default date time y axis.
See Also:
DateTimeYAxis

getDefaultPercentageAxis

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

Returns:
the default Percentage y axis.
See Also:
PercentageYAxis

setDefaultPercentageAxis

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

Parameters:
value - the default Percentage y axis.
See Also:
PercentageYAxis

DynamicPDF by ceTe Software

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