Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class AxisLabelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.softwarefx.chartfx.server.AxisLabelEvent
All Implemented Interfaces:
Serializable

public class AxisLabelEvent
extends EventObject

Provides access to the AxisLabelEvent object.

The supported members of the AxisLabelEvent Class are available for any event handler that receives a AxisLabelEvent.

See Also:
Serialized Form

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

AxisLabelEvent

public AxisLabelEvent()
Method Detail

getAxis

public Axis getAxis()

Gets the axis which was referenced by the event.


getText

public String getText()

Gets the Text. For more detail see setText(java.lang.String).


setText

public void setText(String value)

Represents the string value of the axis label which was referenced by the event.


http://www.softwarefx.com

2008 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.