DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.values
Class IndexedColumnValue

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.ColumnValue
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedColumnValue

public class IndexedColumnValue
extends ColumnValue

This class represents column value with indexed axis.

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

View Example


Constructor Summary
IndexedColumnValue(float value, int position)
          Initializes a new instance of IndexedColumnValue class.
 
Method Summary
 int getPosition()
          Gets the position of column value with indexed axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.ColumnValue
getColor, getDataLabel, getValue, setColor, setDataLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedColumnValue

public IndexedColumnValue(float value,
                          int position)
Initializes a new instance of IndexedColumnValue class.

Parameters:
value - the float indicating value of column value with indexed axis.
position - the integer indicating position of the column value with indexed axis.
Method Detail

getPosition

public int getPosition()
Gets the position of column value with indexed axis.

Returns:
the integer position of column value with indexed axis.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.07 for Java generated on Aug 12, 2020
© Copyright 2020, ceTe Software