DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedBarValue
      extended by com.cete.dynamicpdf.pageelements.charting.values.DateTimeStackedBarValue

public class DateTimeStackedBarValue
extends StackedBarValue

Represents a stacked bar value with date-time 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
DateTimeStackedBarValue(float value, java.util.Calendar position)
          Initializes a new instance of DateTimeStackedBarValue class.
 
Method Summary
 java.util.Calendar getPosition()
          Gets the position of stacked bar value with date-time axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedBarValue
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

DateTimeStackedBarValue

public DateTimeStackedBarValue(float value,
                               java.util.Calendar position)
Initializes a new instance of DateTimeStackedBarValue class.

Parameters:
value - the float indicating value of stacked bar value with date-time axis.
position - the position of the stacked bar value with date-time axis.
See Also:
Calendar
Method Detail

getPosition

public java.util.Calendar getPosition()
Gets the position of stacked bar value with date-time axis.

Returns:
the calendar value specifying position of stacked bar value with date-time axis.
See Also:
Calendar

DynamicPDF by ceTe Software

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