DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.Axis
      extended by com.cete.dynamicpdf.pageelements.charting.axes.YAxis
          extended by com.cete.dynamicpdf.pageelements.charting.axes.IndexedYAxis

public class IndexedYAxis
extends YAxis

This class can be used to place indexed y-axis on the plot area.

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

View Example


Constructor Summary
IndexedYAxis()
          Initializes a new instance of IndexedYAxis class.
IndexedYAxis(float offset)
          Initializes a new instance of IndexedYAxis class.
 
Method Summary
 int calculateMaxIndexed()
          Gets the calculated maximum indexed.
 int calculateMinIndexed()
          Gets the calculated minimum indexed.
 IndexedYAxisLabelList getLabels()
          Gets the IndexedYAxisLabelList object contained in the indexed y-axis.
 int getMax()
          Gets the maximum index of the indexed y-axis.
 int getMin()
          Gets the minimum index of the indexed y-axis.
 void setMax(int maxIndex)
          Sets the maximum index of the indexed y-axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.YAxis
getAnchorType, getLabelPosition, getMajorGridLines, getMajorTickMarks, getMinorGridLines, getMinorTickMarks, getTitlePosition, getTitles, setAnchorType, setLabelPosition, setMajorGridLines, setMajorTickMarks, setMinorGridLines, setMinorTickMarks, setTitlePosition
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.Axis
getLabelFormat, getLabelOffset, getLineColor, getLineStyle, getLineWidth, getOffset, isVisible, setLabelFormat, setLabelOffset, setLineColor, setLineStyle, setLineWidth, setOffset, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedYAxis

public IndexedYAxis()
Initializes a new instance of IndexedYAxis class.


IndexedYAxis

public IndexedYAxis(float offset)
Initializes a new instance of IndexedYAxis class.

Parameters:
offset - Offset from the border of plot area.
Method Detail

getMin

public int getMin()
Gets the minimum index of the indexed y-axis.

Returns:
the integer value specifying minimum index of the indexed y-axis.

getMax

public int getMax()
Gets the maximum index of the indexed y-axis.

Returns:
the integer value specifying maximum index of the indexed y-axis.

setMax

public void setMax(int maxIndex)
Sets the maximum index of the indexed y-axis.

Parameters:
maxIndex - the integer value used to set maximum index of the indexed y-axis.

getLabels

public IndexedYAxisLabelList getLabels()
Gets the IndexedYAxisLabelList object contained in the indexed y-axis.

Returns:
the labels list.
See Also:
IndexedYAxisLabelList

calculateMinIndexed

public int calculateMinIndexed()
Gets the calculated minimum indexed.

Returns:
the minimum index value.

calculateMaxIndexed

public int calculateMaxIndexed()
Gets the calculated maximum indexed.

Returns:
the maxium index value.

DynamicPDF by ceTe Software

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