Chart FX for Java 6.5

SoftwareFX.ChartFX.Map
Class MapDrillEvent

java.lang.Object
  extended by java.util.EventObject
      extended by SoftwareFX.ChartFX.Map.MapDrillEvent
All Implemented Interfaces:
java.io.Serializable

public final class MapDrillEvent
extends java.util.EventObject

Provides access to the MapDrillDownEventArgs object.

The the supported members for the MapDrillDownEventArgs class are accessible within the DillingDonw and DrilledDown events. These properties allow you to access the DataText, DisplayText and SvgText of the MapRegion the Dril lDown action is performed.

See Also:
Serialized Form

Constructor Summary
MapDrillEvent()
           
 
Method Summary
 java.lang.String getDataText()
          Returns the DataText attribute for the selected MapRegion when the DrillDown event occurs.
 java.lang.String getDisplayText()
          Returns the DisplayText attribute for the selected MapRegion when the DrillDown event occurs.
 java.lang.String getSvgText()
          Returns the SvgText attribute for the selected MapRegion when the DrillDown event occurs.
 
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

MapDrillEvent

public MapDrillEvent()
Method Detail

getDataText

public java.lang.String getDataText()

Returns the DataText attribute for the selected MapRegion when the DrillDown event occurs.

Remarks:
  • The getDisplayText() and getSvgText() properties return the DisplayText and SvgText attributes for the selected map region.

  • See Also:
    getDisplayText(), getSvgText(), MapRegion.drillDownTo(), MapRegion

    getDisplayText

    public java.lang.String getDisplayText()

    Returns the DisplayText attribute for the selected MapRegion when the DrillDown event occurs.

    Remarks:
  • The getDataText() and getSvgText() properties return the DisplayText and SvgText attributes for the selected map region.

  • See Also:
    getDataText(), getSvgText(), MapRegion.drillDownTo(), MapRegion

    getSvgText

    public java.lang.String getSvgText()

    Returns the SvgText attribute for the selected MapRegion when the DrillDown event occurs.

    Remarks:
  • The getDataText() and getDisplayText() properties return the DisplayText and SvgText attributes for the selected map region.

  • See Also:
    getDataText(), getDisplayText(), MapRegion.drillDownTo(), MapRegion

    http://www.softwarefx.com

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