|
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.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
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Legend legend)
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.legend
- Legend
of the XY scatter series.NumericXAxis
,
NumericYAxis
,
Legend
,
LineStyle
public XYScatterSeries(java.lang.String name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Legend legend, Marker marker, boolean lineDisplay)
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.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 |
---|
public void setXValueFormat(java.lang.String format)
format
- the value format.public java.lang.String getXValueFormat()
public void setYValueFormat(java.lang.String format)
format
- the y value formatpublic java.lang.String getYValueFormat()
public XYScatterDataLabel getDataLabel()
XYScatterDataLabel
of the XY scatter series.
XYScatterDataLabel
public void setDataLabel(XYScatterDataLabel dataLabel)
XYScatterDataLabel
of the XY scatter series.
dataLabel
- the data label of the series.public void setMarker(Marker marker)
Marker
of the XY scatter series.
marker
- the marker of the series.public Marker getMarker()
Marker
of the XY scatter series.
public LineJoin getLineJoin()
LineJoin
of the XY scatter series.
LineJoin
public void setLineJoin(LineJoin lineJoin)
LineJoin
of the XY scatter series.
lineJoin
- the line join of the series.public LineCap getLineCap()
LineCap
of the XY scatter series.
LineCap
public void setLineCap(LineCap lineCap)
LineCap
of the XY scatter series.
lineCap
- the line cap of the series.public boolean getLineDisplay()
public void setLineDisplay(boolean lineDisplay)
lineDisplay
- The linedisplay status of the XYScatterSeries.public void setWidth(float width)
width
- the line width of the seriespublic float getWidth()
public XYScatterValueList getValues()
XYScatterValueList
of the XY scatter series.
XYScatterValueList
public void setLineStyle(LineStyle lineStyle)
LineStyle
of the XY scatter series.
lineStyle
- the line style of the series.public LineStyle getLineStyle()
LineStyle
of the XY scatter series.
LineStyle
public NumericXAxis getXAxis()
NumericXAxis
object of the series.
NumericXAxis
public NumericYAxis getYAxis()
NumericYAxis
object of the series.
NumericYAxis
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |