JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface HoleValueChart3dDataModel

All Known Implementing Classes:
Base3dDataSource

public interface HoleValueChart3dDataModel

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.

See Also:
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

DEFAULT_HOLE_VALUE

public static final double DEFAULT_HOLE_VALUE
Default hole value which is defined as Double.MAX_VALUE. Data models which implement this interface but do not have their hole values explicitly set should return this default value.

See Also:
Constant Field Values
Method Detail

getHoleValue

public double getHoleValue()
Retrieves the hole value for this data source.


Copyright © 2004 Quest Software Inc..
All rights reserved.