JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface EditableChart3dDataModel

All Known Implementing Classes:
JCEditable3dGridDataSource, JCEditable3dPointDataSource

public interface EditableChart3dDataModel

Empty marker interface to indicate to interested classes that this datamodel is editable. Subclasses will have specific methods to implement.


Method Summary
 boolean setZValue(com.klg.jclass.chart3d.JCData3dIndex index, double newValue)
          Changes the specified z data value of the point referred to by the index.
 

Method Detail

setZValue

public boolean setZValue(com.klg.jclass.chart3d.JCData3dIndex index,
                         double newValue)
Changes the specified z data value of the point referred to by the index. If the index is an object of type JCData3dGridIndex, the corresponding zValue pertaining to the x and y index fields of the data index object will be changed. If the index is an object of type JCData3dPointIndex, the corresponding zValue of the point referenced by the series and point index fields of the data index object will be changed.

Parameters:
index - The data index object which refers to either data value of type grid or point.
newValue - The new z value for the specified point
Returns:
Whether the edit was accepted

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