DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.LineValue
      extended by com.cete.dynamicpdf.pageelements.charting.values.DateTimeLineValue

public class DateTimeLineValue
extends LineValue

Represents a Line 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
DateTimeLineValue(float value, java.util.Calendar position)
          Initializes a new instance of DateTimeLineValue object.
 
Method Summary
 java.util.Calendar getPosition()
          Sets the position of dateTimeLineValue.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.LineValue
getDataLabel, getValue, setDataLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeLineValue

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

Parameters:
value - the value of dateTimeLineValue.
position - the position of the dateTimeLineValue.
See Also:
Calendar
Method Detail

getPosition

public java.util.Calendar getPosition()
Sets the position of dateTimeLineValue.

Returns:
The position of the dateTimeLineValue.
See Also:
Calendar

DynamicPDF by ceTe Software

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