public final class CustomPaintEvent
extends java.util.EventObject
Description goes here
Constructor and Description |
---|
CustomPaintEvent() |
Modifier and Type | Method and Description |
---|---|
java.awt.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()
Allows you to specify if you would like Chart FX to perform its default processing or not.
|
void |
setHandled(boolean value)
Allows you to specify if you would like Chart FX to perform its default processing or not.
|
public java.awt.Graphics2D getGraphics()
public boolean isHandled()
public void setHandled(boolean value)
value
- public int getHeight()
public int getWidth()
2014 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.