|
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.XYScatterSeries
public class XYScatterSeries
Represents a XY scatter series.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
XYScatterSeries(java.lang.String name)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
boolean lineDisplay)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
Marker marker)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle,
Legend legend)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle,
Legend legend,
Marker marker,
boolean lineDisplay)
Initializes a new instance of the XYScatterSeries object. |
|
XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle,
Marker marker)
Initializes a new instance of the XYScatterSeries object. |
Method Summary | |
---|---|
XYScatterDataLabel |
getDataLabel()
Gets the XYScatterDataLabel of the XY scatter series. |
LineCap |
getLineCap()
Gets the LineCap of the XY scatter series. |
boolean |
getLineDisplay()
Gets the lineDisplay status of the XY scatter series. |
LineJoin |
getLineJoin()
Gets the LineJoin of the XY scatter series. |
LineStyle |
getLineStyle()
Gets the LineStyle of the XY scatter series. |
Marker |
getMarker()
Gets the Marker of the XY scatter series. |
XYScatterValueList |
getValues()
Gets the XYScatterValueList of the XY scatter series. |
float |
getWidth()
Gets the lineWidth of the XY scatter series. |
NumericXAxis |
getXAxis()
Gets the NumericXAxis object of the series. |
java.lang.String |
getXValueFormat()
Gets the XValueFormatSting of the XY scatter series. |
NumericYAxis |
getYAxis()
Gets the NumericYAxis object of the series. |
java.lang.String |
getYValueFormat()
Gets the YValueFormatSting of the XY scatter series. |
void |
setDataLabel(XYScatterDataLabel dataLabel)
Sets the XYScatterDataLabel of the XY scatter series. |
void |
setLineCap(LineCap lineCap)
Sets the LineCap of the XY scatter series. |
void |
setLineDisplay(boolean lineDisplay)
Sets the linedisplay status of the XY scatter series. |
void |
setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the XY scatter series. |
void |
setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the XY scatter series. |
void |
setMarker(Marker marker)
Sets the Marker of the XY scatter series. |
void |
setWidth(float width)
Sets the lineWidth of the XY scatter series. |
void |
setXValueFormat(java.lang.String format)
Sets the XValueFormatSting of the XY scatter series. |
void |
setYValueFormat(java.lang.String format)
Sets the YValueFormatSting of the XY scatter series. |
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 XYScatterSeries(java.lang.String name)
XYScatterSeries
object.
name
- Name of the XY scatter seriespublic XYScatterSeries(java.lang.String name, boolean lineDisplay)
XYScatterSeries
object.
name
- Name of the XY scatter series.lineDisplay
- boolean variable denotes lineDisplay of the XY scatter series.public XYScatterSeries(java.lang.String name, Marker marker)
XYScatterSeries
object.
name
- Name of the XY scatter series.marker
- marker of the XY scatter series.public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis)
XYScatterSeries
object.
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.NumericXAxis
,
NumericYAxis
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor)
XYScatterSeries
object.
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.NumericXAxis
,
NumericYAxis
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth)
XYScatterSeries
object.
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.lineWidth
- line width of the XY scatter series.NumericXAxis
,
NumericYAxis
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle)
XYScatterSeries
object.
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.lineWidth
- line width of the XY scatter series.lineStyle
- LineStyle
of the XY scatter series.NumericXAxis
,
NumericYAxis
,
LineStyle
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Marker marker)
XYScatterSeries
object.
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.lineWidth
- line width of the XY scatter series.lineStyle
- LineStyle
of the XY scatter series.marker
- Marker of the XY scatter series.
See Also:
NumericXAxis
,
NumericYAxis
,
Marker
,
LineStyle
XYScatterSeries
public XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle,
Legend legend)
- Initializes a new instance of the
XYScatterSeries
object.
- Parameters:
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series.yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.lineWidth
- line width of the XY scatter series.lineStyle
- LineStyle
of the XY scatter series.legend
- Legend
of the XY scatter series.- See Also:
NumericXAxis
,
NumericYAxis
,
Legend
,
LineStyle
XYScatterSeries
public XYScatterSeries(java.lang.String name,
NumericXAxis xAxis,
NumericYAxis yAxis,
Color lineColor,
float lineWidth,
LineStyle lineStyle,
Legend legend,
Marker marker,
boolean lineDisplay)
- Initializes a new instance of the
XYScatterSeries
object.
- Parameters:
name
- Name of the XY scatter series.xAxis
- NumericXAxis
of the XY scatter series..yAxis
- NumericYAxis
of the XY scatter series.lineColor
- Color
of the XY scatter series.lineWidth
- line width of the XY scatter series.lineStyle
- LineStyle
of the XY scatter series.legend
- Legend
of the XY scatter series.marker
- Marker of the XY scatter series.
lineDisplay
- boolean variable denotes lineDisplay of the XY scatter series.
See Also:
NumericXAxis
,
NumericYAxis
,
Legend
,
Marker
,
LineStyle
Method Detail
setXValueFormat
public void setXValueFormat(java.lang.String format)
- Sets the XValueFormatSting of the XY scatter series.
- Parameters:
format
- the value format.
getXValueFormat
public java.lang.String getXValueFormat()
- Gets the XValueFormatSting of the XY scatter series.
- Returns:
- XValueFormatSting of the XY scatter series.
setYValueFormat
public void setYValueFormat(java.lang.String format)
- Sets the YValueFormatSting of the XY scatter series.
- Parameters:
format
- the y value format
getYValueFormat
public java.lang.String getYValueFormat()
- Gets the YValueFormatSting of the XY scatter series.
- Returns:
- YValueFormatSting of the XY scatter series.
getDataLabel
public XYScatterDataLabel getDataLabel()
- Gets the
XYScatterDataLabel
of the XY scatter series.
- Returns:
- XYScatterDataLabel of the XY scatter series.
- See Also:
XYScatterDataLabel
setDataLabel
public void setDataLabel(XYScatterDataLabel dataLabel)
- Sets the
XYScatterDataLabel
of the XY scatter series.
- Parameters:
dataLabel
- the data label of the series.
setMarker
public void setMarker(Marker marker)
- Sets the
Marker
of the XY scatter series.
- Parameters:
marker
- the marker of the series.
getMarker
public Marker getMarker()
- Gets the
Marker
of the XY scatter series.
- Returns:
- marker of the XY scatter series.
getLineJoin
public LineJoin getLineJoin()
- Gets the
LineJoin
of the XY scatter series.
- Returns:
- lineJoin of the XYScatterSeris.
- See Also:
LineJoin
setLineJoin
public void setLineJoin(LineJoin lineJoin)
- Sets the
LineJoin
of the XY scatter series.
- Parameters:
lineJoin
- the line join of the series.
getLineCap
public LineCap getLineCap()
- Gets the
LineCap
of the XY scatter series.
- Returns:
- lineCap of the XYScatterSeris.
- See Also:
LineCap
setLineCap
public void setLineCap(LineCap lineCap)
- Sets the
LineCap
of the XY scatter series.
- Parameters:
lineCap
- the line cap of the series.
getLineDisplay
public boolean getLineDisplay()
- Gets the lineDisplay status of the XY scatter series.
- Returns:
- boolean The Linedisplay status of the XYScatterSeris.
setLineDisplay
public void setLineDisplay(boolean lineDisplay)
- Sets the linedisplay status of the XY scatter series.
- Parameters:
lineDisplay
- The linedisplay status of the XYScatterSeries.
setWidth
public void setWidth(float width)
- Sets the lineWidth of the XY scatter series.
- Parameters:
width
- the line width of the series
getWidth
public float getWidth()
- Gets the lineWidth of the XY scatter series.
- Returns:
- lineWidth of the XYScatterSeris.
getValues
public XYScatterValueList getValues()
- Gets the
XYScatterValueList
of the XY scatter series.
- Returns:
- XYScatterValueList of the XYScatterSeris.
- See Also:
XYScatterValueList
setLineStyle
public void setLineStyle(LineStyle lineStyle)
- Sets the
LineStyle
of the XY scatter series.
- Parameters:
lineStyle
- the line style of the series.
getLineStyle
public LineStyle getLineStyle()
- Gets the
LineStyle
of the XY scatter series.
- Returns:
- lineStyle of the XYScatterSeris.
- See Also:
LineStyle
getXAxis
public NumericXAxis getXAxis()
- Gets the
NumericXAxis
object of the series.
- Returns:
- The axis of the series.
- See Also:
NumericXAxis
getYAxis
public NumericYAxis getYAxis()
- Gets the
NumericYAxis
object of the series.
- Returns:
- The axis of the series.
- See Also:
NumericYAxis
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.07 for Java generated on Aug 12, 2020
© Copyright 2020, ceTe Software