|
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 hole values for a JClass Chart 3D data model.
Note that the HoleValueChartDataModel
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 appropriate
Chart3dDataModel
interface.
ChartDataModel
Field Summary | |
static double |
DEFAULT_HOLE_VALUE
Default hole value which is defined as Double.MAX_VALUE . |
Method Summary | |
double |
getHoleValue()
Retrieves the hole value for this data source. |
Field Detail |
public static final double DEFAULT_HOLE_VALUE
Double.MAX_VALUE
. Data
models which implement this interface but do not have their hole values
explicitly set should return this default value.
Method Detail |
public double getHoleValue()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |