DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.Axis
      extended by com.cete.dynamicpdf.pageelements.charting.axes.XAxis
          extended by com.cete.dynamicpdf.pageelements.charting.axes.IndexedXAxis

public class IndexedXAxis
extends XAxis

This class can be used to place indexed x-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
IndexedXAxis()
          Initializes a new instance of IndexedXAxis class.
IndexedXAxis(float offset)
          Initializes a new instance of IndexedXAxis class.
 
Method Summary
 int calculateMaxValue()
          Gets the calculated maximum Value.
 int calculateMinValue()
          Gets the calculated minimum Value
 IndexedXAxisLabelList getLabels()
          Gets IndexedXAxisLabelList object contained in the indexed xAxis.
 int getMax()
          Gets the maximum value of the indexed x-axis.
 int getMin()
          Gets the minimum value of the indexed x-axis.
 void setMax(int maxIndex)
          Sets the maximum index of the indexed x-axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.XAxis
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

IndexedXAxis

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


IndexedXAxis

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

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

getMin

public int getMin()
Gets the minimum value of the indexed x-axis.

Returns:
the integer value specifying minimum index of the indexed xAxis.

getMax

public int getMax()
Gets the maximum value of the indexed x-axis.

Returns:
the integer value specifying maximum index of the indexed xAxis.

setMax

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

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

getLabels

public IndexedXAxisLabelList getLabels()
Gets IndexedXAxisLabelList object contained in the indexed xAxis.

Returns:
the labels list.
See Also:
IndexedXAxisLabelList

calculateMinValue

public int calculateMinValue()
Gets the calculated minimum Value

Returns:
minimum value.

calculateMaxValue

public int calculateMaxValue()
Gets the calculated maximum Value.

Returns:
the maximum value.

DynamicPDF by ceTe Software

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