JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.event
Class JCChart3dEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.chart3d.event.JCChart3dEvent
All Implemented Interfaces:
Serializable

public class JCChart3dEvent
extends EventObject

Class used to encapsulate an action (for example: rotate, zoom, or scale) on a 3D chart. It holds the chart that was acted upon.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JCChart3dEvent(com.klg.jclass.chart3d.JCChart3d chart3d)
          Constructor to create a JCChart3dEvent object given the chart.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCChart3dEvent

public JCChart3dEvent(com.klg.jclass.chart3d.JCChart3d chart3d)
Constructor to create a JCChart3dEvent object given the chart.

Parameters:
chart3d - the chart that was acted on; it is stored in the Source property of the superclass

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