| 
 | 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.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
com.cete.dynamicpdf.pageelements.charting.series.AreaSeries
com.cete.dynamicpdf.pageelements.charting.series.DateTimeAreaSeries
public class DateTimeAreaSeries
Represents a Area series 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 | |
|---|---|
| DateTimeAreaSeries(java.lang.String name)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| DateTimeAreaSeries(java.lang.String name,
                   DateTimeXAxis xAxis,
                   NumericYAxis yAxis)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| DateTimeAreaSeries(java.lang.String name,
                   DateTimeXAxis xAxis,
                   NumericYAxis yAxis,
                   Color color)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| DateTimeAreaSeries(java.lang.String name,
                   DateTimeXAxis xAxis,
                   NumericYAxis yAxis,
                   Color color,
                   Legend legend)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| DateTimeAreaSeries(java.lang.String name,
                   DateTimeXAxis xAxis,
                   NumericYAxis yAxis,
                   Color color,
                   Marker marker)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| DateTimeAreaSeries(java.lang.String name,
                   DateTimeXAxis xAxis,
                   NumericYAxis yAxis,
                   Color color,
                   Marker marker,
                   Legend legend)Initializes a new instance of the DateTimeAreaSeriesobject. | |
| Method Summary | |
|---|---|
|  DateTimeAreaValueList | getValues()Gets the DateTimeAreaValueListobject contained in the datetime Areaseries. | 
|  DateTimeXAxis | getXAxis()Gets the DateTimeXAxisobject of the series. | 
|  NumericYAxis | getYAxis()Gets the NumericYAxisobject of the series. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.AreaSeries | 
|---|
| getDataLabel, getMarker, getValueFormat, setDataLabel, setMarker, setValueFormat | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries | 
|---|
| getColor, getLegendLabel, getName, setColor | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.SeriesBase | 
|---|
| getDrawBehindAxis, setDrawBehindAxis | 
| 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 DateTimeAreaSeries(java.lang.String name)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.
public DateTimeAreaSeries(java.lang.String name,
                          DateTimeXAxis xAxis,
                          NumericYAxis yAxis)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.xAxis - DateTimeXAxis of the datetime area series.yAxis - NumericYAxis of the datetime area series.NumericYAxis, 
DateTimeXAxis
public DateTimeAreaSeries(java.lang.String name,
                          DateTimeXAxis xAxis,
                          NumericYAxis yAxis,
                          Color color)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.xAxis - DateTimeXAxis of the area series with date-time axis.yAxis - NumericYAxis of the area series with date-time axis.color - Color of the area series with date-time axis.NumericYAxis, 
DateTimeXAxis
public DateTimeAreaSeries(java.lang.String name,
                          DateTimeXAxis xAxis,
                          NumericYAxis yAxis,
                          Color color,
                          Legend legend)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.xAxis - DateTimeXAxis of the area series with date-time axis.yAxis - NumericYAxis of the area series with date-time axis.color - Color of the area series with date-time axis.legend - Legend of the area series with date-time axis.NumericYAxis, 
DateTimeXAxis, 
Legend, 
LineStyle
public DateTimeAreaSeries(java.lang.String name,
                          DateTimeXAxis xAxis,
                          NumericYAxis yAxis,
                          Color color,
                          Marker marker)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.xAxis - DateTimeXAxis of the area series with date-time axis.yAxis - NumericYAxis of the area series with date-time axis..color - Color of the area series with date-time axis.marker - Marker of the area series with date-time axis.- See Also:
- NumericYAxis,- DateTimeXAxis,- Marker,- LineStyle
public DateTimeAreaSeries(java.lang.String name,
                          DateTimeXAxis xAxis,
                          NumericYAxis yAxis,
                          Color color,
                          Marker marker,
                          Legend legend)
DateTimeAreaSeries object.
name - Name of the area series with date-time axis.xAxis - DateTimeXAxis of the area series with date-time axis.yAxis - NumericYAxis of the area series with date-time axis.color - Color of the area series with date-time axis.marker - Marker of the area series with date-time axis.- legend-- Legendof the area series with date-time axis.
- See Also:
- NumericYAxis,- DateTimeXAxis,- Legend,- Marker,- LineStyle
| Method Detail | 
|---|
public DateTimeXAxis getXAxis()
DateTimeXAxis object of the series.
DateTimeXAxispublic NumericYAxis getYAxis()
NumericYAxis object of the series.
NumericYAxispublic DateTimeAreaValueList getValues()
DateTimeAreaValueList object contained in the datetime Areaseries.
DateTimeAreaValueList| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||