|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.softwarefx.chartfx.server.CustomPaintEvent
public class CustomPaintEvent
Provides access to the CustomPaintEvent object.
The supported members of the CustomPaintEvent Class are available for any event handler that receives a CustomPaintEvent.
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 |
---|
public CustomPaintEvent()
Method Detail |
---|
public Graphics2D getGraphics()
Gets the Graphics object used to custom paint the chart.
public int getHeight()
Gets the height of the area to be painted (in pixels).
public int getWidth()
Get the width of the area to be painted (in pixels).
public boolean isHandled()
Gets the Handled. For more detail see setHandled(boolean)
.
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 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |