|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.values.LineValueList
com.cete.dynamicpdf.pageelements.charting.values.DateTimeLineValueList
public class DateTimeLineValueList
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 |
|---|
public void add(DateTimeLineValue lineValue)
DateTimeLineValue object to the
DateTimeLineValueList object.
lineValue - Value of the dateTimeLineValue.DateTimeLineValue,
Calendar
public DateTimeLineValue add(float value,
java.util.Calendar obj)
DateTimeLineValue object to the
DateTimeLineValueList object.
value - Value of the dateTimeLineValue.obj - Position of the dateTimeLineValue.
DateTimeLineValue object.DateTimeLineValue,
Calendar
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||