com.sas.graphics.components
Class GraphActionEvent

com.sas.graphics.components.GraphActionEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphActionEvent

A "GraphAction" event is delivered when a mouse click event occurs on a Graph's data-element. A GraphActionEvent object is sent as an argument to the GraphActionListener's "actionUpdate" method.

GraphActionEvent objects will contain all the data associated with the subject data-element in the form of an instance of a PickInfo class. "Data-elements" are those chart graphics depicting the values found in the data model. For example the bars in the BarChart are data-elements but the axis, legend, titles, footnotes, etc. are not.

Usage

Use the PickInfo property to retrieve the associated data.

Since:
SAS 9.1.2
See Also:
GraphActionListener, PickInfo, Serialized Form

Field Summary
protected  PickInfo pickInfo
           
 
Constructor Summary
GraphActionEvent(java.lang.Object source, PickInfo newPickInfo)
           
 
Method Summary
 PickInfo getPickInfo()
           
 

Field Detail

pickInfo

protected final PickInfo pickInfo
Constructor Detail

GraphActionEvent

public GraphActionEvent(java.lang.Object source,
                        PickInfo newPickInfo)
Method Detail

getPickInfo

public PickInfo getPickInfo()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.