|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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.LineSeries
com.cete.dynamicpdf.pageelements.charting.series.DateTimeLineSeries
public class DateTimeLineSeries
Represents a line 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 | |
---|---|
DateTimeLineSeries(java.lang.String name)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
Color color)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style,
Legend legend)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style,
Marker marker)
Initializes a new instance of the DateTimeLineSeries object. |
|
DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
float lineWidth,
LineStyle style,
Color color,
Marker marker,
Legend legend)
Initializes a new instance of the DateTimeLineSeries object. |
Method Summary | |
---|---|
DateTimeLineValueList |
getValues()
Gets the DateTimeLineValueList object contained in the line series with date-time axis. |
DateTimeXAxis |
getXAxis()
Gets the DateTimeXAxis object of the series. |
NumericYAxis |
getYAxis()
Gets the NumericYAxis object of the series. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.LineSeries |
---|
getDataLabel, getLineCap, getLineJoin, getLineStyle, getMarker, getValueFormat, getWidth, setDataLabel, setLineCap, setLineJoin, setLineStyle, setMarker, setValueFormat, setWidth |
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 DateTimeLineSeries(java.lang.String name)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.NumericYAxis
,
DateTimeXAxis
public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.color
- Color
of the line series with date-time axis.NumericYAxis
,
DateTimeXAxis
public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.color
- Color
of the line series with date-time axis.lineWidth
- line width of the line series with date-time axis.NumericYAxis
,
DateTimeXAxis
public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.color
- Color
of the line series with date-time axis.lineWidth
- line width of the line series with date-time axis.style
- LineStyle
of the line series with date-time axis.NumericYAxis
,
DateTimeXAxis
,
LineStyle
public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Legend legend)
DateTimeLineSeries
object.
name
- Name of theline series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.color
- Color
of the line series with date-time axis.lineWidth
- line width of the line series with date-time axis.style
- LineStyle
of the line series with date-time axis.legend
- Legend
of the line series with date-time axis.NumericYAxis
,
DateTimeXAxis
,
Legend
,
LineStyle
public DateTimeLineSeries(java.lang.String name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Marker marker)
DateTimeLineSeries
object.
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.color
- Color
of the line series with date-time axis.lineWidth
- line width of the line series with date-time axis..style
- LineStyle
of the line series with date-time axis.marker
- Marker of the line series with date-time axis.
See Also:
NumericYAxis
,
DateTimeXAxis
,
Marker
,
LineStyle
DateTimeLineSeries
public DateTimeLineSeries(java.lang.String name,
DateTimeXAxis xAxis,
NumericYAxis yAxis,
float lineWidth,
LineStyle style,
Color color,
Marker marker,
Legend legend)
- Initializes a new instance of the
DateTimeLineSeries
object.
- Parameters:
name
- Name of the line series with date-time axis.xAxis
- DateTimeXAxis
of the line series with date-time axis.yAxis
- NumericYAxis
of the line series with date-time axis.lineWidth
- line width of the line series with date-time axis.style
- LineStyle
of the line series with date-time axis.color
- Color
of the line series with date-time axis.marker
- Marker of the line series with date-time axis.
legend
- Legend
of the line series with date-time axis.
See Also:
NumericYAxis
,
DateTimeXAxis
,
Legend
,
Marker
,
LineStyle
Method Detail
getXAxis
public DateTimeXAxis getXAxis()
- Gets the
DateTimeXAxis
object of the series.
- Returns:
- the x-axis of th series.
- See Also:
DateTimeXAxis
getYAxis
public NumericYAxis getYAxis()
- Gets the
NumericYAxis
object of the series.
- Returns:
- the y-axis of th series.
- See Also:
NumericYAxis
getValues
public DateTimeLineValueList getValues()
- Gets the
DateTimeLineValueList
object contained in the line series with date-time axis.
- Returns:
- DateTimeLineValueList of the series.
- See Also:
DateTimeLineValueList
Overview
Package
Class
Tree
Deprecated
Index
Help
DynamicPDF by ceTe Software
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software