|
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.StackedBarValueList
com.cete.dynamicpdf.pageelements.charting.values.DateTimeStackedBarValueList
public class DateTimeStackedBarValueList
Represents a list of stacked bar 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(DateTimeStackedBarValue dateTimeStackedBarValue)
Adds a DateTimeStackedBarValue object to the end of the
DateTimeStackedBarValueList object. |
DateTimeStackedBarValue |
add(float value,
java.util.Calendar position)
Adds a DateTimeStackedBarValue object to the end of the
DateTimeStackedBarValueList object. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedBarValueList |
|---|
getValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DateTimeStackedBarValue add(float value,
java.util.Calendar position)
DateTimeStackedBarValue object to the end of the
DateTimeStackedBarValueList object.
value - Value of stacked bar value with date-time axis.position - Position of the stacked bar value with date-time axis.
DateTimeStackedBarValue object.DateTimeStackedBarValue,
Calendarpublic void add(DateTimeStackedBarValue dateTimeStackedBarValue)
DateTimeStackedBarValue object to the end of the
DateTimeStackedBarValueList object.
dateTimeStackedBarValue - DateTimeStackedBarValue to be added.DateTimeStackedBarValue
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||