|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used to specify xlabels and ylabels for a JClass Chart 3D data model. xlabels and ylabels are used for the x and y axis respectively if the annotation type of the axis is JCAxis.ANNOTATION_DATA_LABELS (@see com.klg.jclass.chart3d.JCAxis for details). This interface also specifies the number of X grid and Y grid values.
Note that the LabelledChart3dGridDataModel
interface
is only used in conjunction with the Chart3dDataModel
interface, that is, in order for an object to be recognized as a chart
data source, it needs to implement the Chart3dDataModel
interface.
Chart3dDataModel
Method Summary | |
int |
getNumX()
Retrieves the number of X grid values. |
int |
getNumY()
Retrieves the number of Y grid values. |
String[] |
getXLabels()
Retrieves the X labels to be used for the X axis if its annotation type isJCAxis.ANNOTATION_DATA_LABELS. |
String[] |
getYLabels()
Retrieves the Y labels to be used for the Y axis if its annotation type is JCAxis.ANNOTATION_DATA_LABELS. |
Methods inherited from interface com.klg.jclass.chart3d.LabelledChart3dDataModel |
getDataSourceName |
Method Detail |
public String[] getXLabels()
public String[] getYLabels()
public int getNumX()
public int getNumY()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |