|
Chart FX 7 for Java Desktop | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.softwarefx.chartfx.desktop.PointLabelEvent
public class PointLabelEvent
Provides access to the PointLabelEvent object.
The supported members of the PointLabelEvent Class are available for any event handler that receives a PointLabelEvent.
Constructor Summary | |
---|---|
PointLabelEvent()
|
Method Summary | |
---|---|
Axis |
getAxis()
Gets the Axis affected by the event. |
int |
getPoint()
Gets the point index for the data cell edited. |
int |
getSeries()
Gets the series index for the data cell edited. |
String |
getText()
Gets the Text. |
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. |
void |
setText(String value)
Sets the label of the point. |
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 PointLabelEvent()
Method Detail |
---|
public Axis getAxis()
Gets the Axis affected by the event.
public int getPoint()
Gets the point index for the data cell edited. -1 if the label was selected.
public int getSeries()
Gets the series index for the data cell edited. -1 if the label was selected.
public String getText()
Gets the Text. For more detail see setText(java.lang.String)
.
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.
public void setText(String value)
Sets the label of the point.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |