|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.IndexedLineSeries
public class IndexedLineSeries
Represents a line series with indexed axis.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
IndexedLineSeries(java.lang.String name)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style,
Legend legend)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
float lineWidth,
LineStyle style,
Marker marker)
Initializes a new instance of the IndexedLineSeries object. |
|
IndexedLineSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
float lineWidth,
LineStyle style,
Color color,
Marker marker,
Legend legend)
Initializes a new instance of the IndexedLineSeries object. |
Method Summary | |
---|---|
IndexedLineValueList |
getValues()
Gets the IndexedLineValueList object contained in the line series with indexed axis. |
IndexedXAxis |
getXAxis()
Gets the IndexedXAxis 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 IndexedLineSeries(java.lang.String name)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.NumericYAxis
,
IndexedXAxis
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.color
- Color
of the line series with indexed axis.NumericYAxis
,
IndexedXAxis
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.color
- Color
of the line series with indexed axis.lineWidth
- line width of the line series with indexed axis.NumericYAxis
,
IndexedXAxis
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.color
- Color
of the line series with indexed axis.lineWidth
- line width of the line series with indexed axis.style
- LineStyle
of the line series with indexed axis.NumericYAxis
,
IndexedXAxis
,
LineStyle
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Legend legend)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.color
- Color
of the line series with indexed axis.lineWidth
- line width of the line series with indexed axis.style
- LineStyle
of the line series with indexed axis.legend
- Legend
of the line series with indexed axis.NumericYAxis
,
IndexedXAxis
,
Legend
,
LineStyle
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Marker marker)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.color
- Color
of the line series with indexed axis.lineWidth
- line width of the line series with indexed axis.style
- LineStyle
of the line series with indexed axis.marker
- Marker of the line series with indexed axis.- See Also:
NumericYAxis
,
IndexedXAxis
,
Marker
,
LineStyle
public IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
IndexedLineSeries
object.
name
- Name of the line series with indexed axis.xAxis
- IndexedXAxis
of the line series with indexed axis.yAxis
- NumericYAxis
of the line series with indexed axis.lineWidth
- line width of the line series with indexed axis.style
- LineStyle
of the line series with indexed axis.color
- Color
of the line series with indexed axis.marker
- Marker of the line series with indexed axis.legend
- Legend
of the line series with indexed axis.- See Also:
NumericYAxis
,
IndexedXAxis
,
Legend
,
Marker
,
LineStyle
Method Detail |
---|
public IndexedXAxis getXAxis()
IndexedXAxis
object of the series.
IndexedXAxis
public NumericYAxis getYAxis()
NumericYAxis
object of the series.
NumericYAxis
public IndexedLineValueList getValues()
IndexedLineValueList
object contained in the line series with indexed axis.
IndexedLineValueList
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |