Chart FX 7 for Java Desktop

com.softwarefx.chartfx.desktop
Class PointLabelEvent

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

public class PointLabelEvent
extends EventObject

Provides access to the PointLabelEvent object.

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

See Also:
Serialized Form

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

PointLabelEvent

public PointLabelEvent()
Method Detail

getAxis

public Axis getAxis()

Gets the Axis affected by the event.


getPoint

public int getPoint()

Gets the point index for the data cell edited. -1 if the label was selected.


getSeries

public int getSeries()

Gets the series index for the data cell edited. -1 if the label was selected.


getText

public String getText()

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


isHandled

public boolean isHandled()

Gets the Handled. For more detail see setHandled(boolean).


setHandled

public void setHandled(boolean value)

Allows you to specify if you would like Chart FX to perform its default processing or not.


setText

public void setText(String value)

Sets the label of the point.


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.