|
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.PaintMarkerEvent
public class PaintMarkerEvent
Provides access to the PaintMarkerEvent object.
The supported members of the PaintMarkerEvent Class are available for any event handler that receives a PaintMarkerEvent.
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 |
---|
public PaintMarkerEvent()
Method Detail |
---|
public Graphics2D getGraphics()
Gets the Graphics object used to paint the point marker.
public int getPoint()
Gets the point index (zero based) of the point marker that is being painted.
public Point getPosition()
Gets the position (in pixels) of the point marker that is being painted.
public int getSeries()
Gets the series index (zero based) of the point marker that is being painted.
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 |