|
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.AxisLabelEvent
public class AxisLabelEvent
Provides access to the AxisLabelEvent object.
The supported members of the AxisLabelEvent Class are available for any event handler that receives a AxisLabelEvent.
Constructor Summary | |
---|---|
AxisLabelEvent()
|
Method Summary | |
---|---|
Axis |
getAxis()
Gets the axis which was referenced by the event. |
String |
getText()
Gets the Text. |
void |
setText(String value)
Represents the string value of the axis label which was referenced by the event. |
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 AxisLabelEvent()
Method Detail |
---|
public Axis getAxis()
Gets the axis which was referenced by the event.
public String getText()
Gets the Text. For more detail see setText(java.lang.String)
.
public void setText(String value)
Represents the string value of the axis label which was referenced by the event.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |