Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class PaintMarkerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.softwarefx.chartfx.server.PaintMarkerEvent
All Implemented Interfaces:
Serializable

public class PaintMarkerEvent
extends EventObject

Provides access to the PaintMarkerEvent object.

The supported members of the PaintMarkerEvent Class are available for any event handler that receives a PaintMarkerEvent.

See Also:
Serialized Form

Constructor Summary
PaintMarkerEvent()
           
 
Method Summary
 Graphics2D getGraphics()
          Gets the Graphics object used to paint the point marker.
 int getPoint()
          Gets the point index (zero based) of the point marker that is being painted.
 Point getPosition()
          Gets the position (in pixels) of the point marker that is being painted.
 int getSeries()
          Gets the series index (zero based) of the point marker that is being painted.
 boolean isHandled()
          Gets the Handled.
 void setHandled(boolean value)
          Allows you to specify if you would like Chart FX to perform its default processing or not.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaintMarkerEvent

public PaintMarkerEvent()
Method Detail

getGraphics

public Graphics2D getGraphics()

Gets the Graphics object used to paint the point marker.


getPoint

public int getPoint()

Gets the point index (zero based) of the point marker that is being painted.


getPosition

public Point getPosition()

Gets the position (in pixels) of the point marker that is being painted.


getSeries

public int getSeries()

Gets the series index (zero based) of the point marker that is being painted.


isHandled

public boolean isHandled()

Gets the Handled. For more detail see setHandled(boolean).


setHandled

public void setHandled(boolean value)

Allows you to specify if you would like Chart FX to perform its default processing or not.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.