DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.LineValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.DateTimeLineValueList

public class DateTimeLineValueList
extends LineValueList

Represents a List of line value's with date-time axis.

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


Method Summary
 void add(DateTimeLineValue lineValue)
          Adds a DateTimeLineValue object to the DateTimeLineValueList object.
 DateTimeLineValue add(float value, java.util.Calendar obj)
          Adds a DateTimeLineValue object to the DateTimeLineValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.LineValueList
getLineValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(DateTimeLineValue lineValue)
Adds a DateTimeLineValue object to the DateTimeLineValueList object.

Parameters:
lineValue - Value of the dateTimeLineValue.
See Also:
DateTimeLineValue, Calendar

add

public DateTimeLineValue add(float value,
                             java.util.Calendar obj)
Adds a DateTimeLineValue object to the DateTimeLineValueList object.

Parameters:
value - Value of the dateTimeLineValue.
obj - Position of the dateTimeLineValue.
Returns:
The DateTimeLineValue object.
See Also:
DateTimeLineValue, Calendar

DynamicPDF by ceTe Software

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