|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.Chart3dPointSeries
Represents a series of points along with a JCChart3dStyle
that
describes how to draw the points in this series.
Field Summary | |
protected com.klg.jclass.chart3d.JCChart3dStyle |
chartStyle
The chartStyle for this series. |
protected com.klg.jclass.chart3d.Chart3dPointData |
data
The parent point data object. |
protected String |
label
The data label for this series - used in the legend. |
protected int |
numPoints
The number of points for this series. |
protected Point3d[] |
points
The array of points for this series. |
Constructor Summary | |
Chart3dPointSeries()
Basic constructor. |
|
Chart3dPointSeries(com.klg.jclass.chart3d.Chart3dPointData data,
Point3d[] points)
Internal constructor specifying parent data and array holding data. |
Method Summary | |
com.klg.jclass.chart3d.JCChart3dStyle |
getChartStyle()
Gets the chart style for this series. |
com.klg.jclass.chart3d.Chart3dPointData |
getData()
Gets the parent Chart3dPointData for this series. |
String |
getLabel()
Gets the series label. |
int |
getNumPoints()
Returns the number of points in the point array (equivalent to points.length ). |
Point3d |
getPoint(int point)
Returns the point in the points array indexed by point. |
Point3d[] |
getPoints()
Returns the array of points. |
void |
setChartStyle(com.klg.jclass.chart3d.JCChart3dStyle chartStyle)
Sets the chart style for this series. |
void |
setData(com.klg.jclass.chart3d.Chart3dPointData data)
Sets the parent Chart3dPointData for this series. |
void |
setLabel(String label)
Sets the series label. |
protected void |
setPoints(Point3d[] points)
Sets the point array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Point3d[] points
protected int numPoints
protected com.klg.jclass.chart3d.Chart3dPointData data
protected com.klg.jclass.chart3d.JCChart3dStyle chartStyle
chartStyle
for this series.
protected String label
Constructor Detail |
public Chart3dPointSeries()
public Chart3dPointSeries(com.klg.jclass.chart3d.Chart3dPointData data, Point3d[] points)
data
- The parent point data objectpoints
- A list of points to intialize this seriesMethod Detail |
public com.klg.jclass.chart3d.Chart3dPointData getData()
Chart3dPointData
for this series.
public void setData(com.klg.jclass.chart3d.Chart3dPointData data)
Chart3dPointData
for this series.
data
- The new parent for this seriespublic Point3d getPoint(int point)
point
- The index of the point to be returned
public Point3d[] getPoints()
protected void setPoints(Point3d[] points)
points
- The new point arraypublic int getNumPoints()
points.length
).
public void setChartStyle(com.klg.jclass.chart3d.JCChart3dStyle chartStyle)
chartStyle
- The new chart style for this seriespublic com.klg.jclass.chart3d.JCChart3dStyle getChartStyle()
public void setLabel(String label)
label
- The new series labelpublic String getLabel()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |