JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface LabelledChart3dDataModel

All Known Subinterfaces:
LabelledChart3dGridDataModel, LabelledChart3dPointDataModel
All Known Implementing Classes:
Base3dGridDataSource, Base3dPointDataSource

public interface LabelledChart3dDataModel

An interface used to specify a data source name for a JClass Chart 3D data model. Extensions of this class specify labels.

Note that the LabelledChart3dDataModel 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.

See Also:
Chart3dDataModel

Method Summary
 String getDataSourceName()
          Retrieves the name for the data source.
 

Method Detail

getDataSourceName

public String getDataSourceName()
Retrieves the name for the data source.

Returns:
The data source name

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