Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class CustomPaintEvent

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

public class CustomPaintEvent
extends EventObject

Provides access to the CustomPaintEvent object.

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

See Also:
Serialized Form

Constructor Summary
CustomPaintEvent()
           
 
Method Summary
 Graphics2D getGraphics()
          Gets the Graphics object used to custom paint the chart.
 int getHeight()
          Gets the height of the area to be painted (in pixels).
 int getWidth()
          Get the width of the area to be painted (in pixels).
 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

CustomPaintEvent

public CustomPaintEvent()
Method Detail

getGraphics

public Graphics2D getGraphics()

Gets the Graphics object used to custom paint the chart.


getHeight

public int getHeight()

Gets the height of the area to be painted (in pixels).


getWidth

public int getWidth()

Get the width of the area to be painted (in pixels).


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.