| 
 | 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.PlotAreaElement
com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElement
com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeriesElement
com.cete.dynamicpdf.pageelements.charting.series.DateTimeStackedAreaSeriesElement
public class DateTimeStackedAreaSeriesElement
Represents an individual item in the stacked area series element with date-time axis.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| DateTimeStackedAreaSeriesElement(java.lang.String name)Initializes a new instance of the DateTimeStackedAreaSeriesElementobject. | |
| DateTimeStackedAreaSeriesElement(java.lang.String name,
                                 Color color)Initializes a new instance of the DateTimeStackedAreaSeriesElementobject. | |
| DateTimeStackedAreaSeriesElement(java.lang.String name,
                                 Color color,
                                 Legend legend)Initializes a new instance of the DateTimeStackedAreaSeriesElementobject. | |
| DateTimeStackedAreaSeriesElement(java.lang.String name,
                                 Color color,
                                 Marker marker)Initializes a new instance of the DateTimeStackedAreaSeriesElementobject. | |
| DateTimeStackedAreaSeriesElement(java.lang.String name,
                                 Color color,
                                 Marker marker,
                                 Legend legend)Initializes a new instance of the DateTimeStackedAreaSeriesElementobject. | |
| Method Summary | |
|---|---|
|  DateTimeStackedAreaValueList | getValues()Gets the DateTimeStackedAreaValueList | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeriesElement | 
|---|
| getDataLabel, getMarker, setDataLabel, setMarker | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase | 
|---|
| getValueFormat, setValueFormat | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement | 
|---|
| getColor, getLegendLabel, getName, setColor | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement | 
|---|
| getLegend, getPlotArea, setLegend, setPlotArea | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DateTimeStackedAreaSeriesElement(java.lang.String name)
DateTimeStackedAreaSeriesElement object.
name - Name of the stacked area series element with date-time axis.
public DateTimeStackedAreaSeriesElement(java.lang.String name,
                                        Color color)
DateTimeStackedAreaSeriesElement object.
name - Name of the stacked area series element with date-time axis.color - Color of the stacked area series element with date-time axis.
public DateTimeStackedAreaSeriesElement(java.lang.String name,
                                        Color color,
                                        Legend legend)
DateTimeStackedAreaSeriesElement object.
name - Name of the stacked area series element with date-time axis.color - Color of the stacked area series element with date-time axis.legend - Legend of the stacked area series element with date-time axis.Legend
public DateTimeStackedAreaSeriesElement(java.lang.String name,
                                        Color color,
                                        Marker marker)
DateTimeStackedAreaSeriesElement object.
name - Name of the stacked area series element with date-time axis.color - Color of the dateTimeStackedAreaSeriesElement.marker - Marker of the stacked area series element with date-time axis.- See Also:
- Marker
public DateTimeStackedAreaSeriesElement(java.lang.String name,
                                        Color color,
                                        Marker marker,
                                        Legend legend)
DateTimeStackedAreaSeriesElement object.
name - Name of the stacked area series element with date-time axis.color - Color of the dateTimeStackedAreaSeriesElement.marker - Marker of the stacked area series element with date-time axis.- legend-- Legendof the stacked area series element with date-time axis.
- See Also:
- Legend,- Marker
| Method Detail | 
|---|
public DateTimeStackedAreaValueList getValues()
DateTimeStackedAreaValueList from the stacked area series element with date-time axis.
- 
- Returns:
- DateTimeStackedAreaSeriesElement.
- See Also:
- DateTimeStackedAreaSeriesElement
 
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||