JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface JCActionJ3D

All Superinterfaces:
JCAction

public interface JCActionJ3D
extends JCAction

The action interface for JClass Chart 3D. The methods in this interface are called by the JCChart3dArea object when a user action is started, annimated, reanimated, ended, or cancelled.


Method Summary
 void set3dParameters(com.klg.jclass.chart3d.JCChart3dArea chart3dArea)
          Sets the associated JCChart3dArea object
 
Methods inherited from interface com.klg.jclass.chart3d.JCAction
animate, cancel, end, getChart3dArea, initialize, reanimate, setChart3dArea, start
 

Method Detail

set3dParameters

public void set3dParameters(com.klg.jclass.chart3d.JCChart3dArea chart3dArea)
Sets the associated JCChart3dArea object

Parameters:
chart3dArea - The new JCChart3dArea object

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