JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Interface HoleValueChartDataModel

All Known Implementing Classes:
BaseDataSource, JCChartSwingDataSource

public interface HoleValueChartDataModel

An interface used to specify hole values for a JClass Chart data model.

Note: The HoleValueChartDataModel interface is only used in conjunction with the ChartDataModel interface; that is, in order for an object to be recognized as a chart data source, it needs to implement the ChartDataModel interface.

See Also:
ChartDataModel

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

Method Detail

getHoleValue

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

Returns:
hole value for this data source

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