com.approximatrix.charting.event
Class InfoAvailableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.approximatrix.charting.event.InfoAvailableEvent
All Implemented Interfaces:
java.io.Serializable

public class InfoAvailableEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
private  java.awt.Point value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InfoAvailableEvent(java.lang.Object source, java.awt.Point value)
           
 
Method Summary
 java.awt.Point getDataPoint()
           
 
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
 

Field Detail

value

private java.awt.Point value
Constructor Detail

InfoAvailableEvent

public InfoAvailableEvent(java.lang.Object source,
                          java.awt.Point value)
Method Detail

getDataPoint

public java.awt.Point getDataPoint()