|
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.StackedLineValueList
com.cete.dynamicpdf.pageelements.charting.values.DateTimeStackedLineValueList
public class DateTimeStackedLineValueList
Represents a list of stacked line value's with date-time axis.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
void |
add(DateTimeStackedLineValue lineValue)
Adds a DateTimeStackedLineValue object to the
DateTimeStackedLineValueList object. |
DateTimeStackedLineValue |
add(float value,
java.util.Calendar obj)
Adds a DateTimeStackedLineValue object to the
DateTimeStackedLineValueList object. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedLineValueList |
|---|
getValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(DateTimeStackedLineValue lineValue)
DateTimeStackedLineValue object to the
DateTimeStackedLineValueList object.
lineValue - Value of the stacked line value with date-time axis.DateTimeStackedLineValue
public DateTimeStackedLineValue add(float value,
java.util.Calendar obj)
DateTimeStackedLineValue object to the
DateTimeStackedLineValueList object.
value - Value of the stacked line value with date-time axis.obj - Position of the stacked line value with date-time axis.
DateTimeStackedLineValue object.DateTimeStackedLineValue,
Calendar
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||