|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject SoftwareFX.ChartFX.Map.MapDrillEvent
public final class MapDrillEvent
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.
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 |
---|
public MapDrillEvent()
Method Detail |
---|
public java.lang.String getDataText()
Returns the DataText attribute for the selected MapRegion when the DrillDown event occurs.
The getDisplayText()
and getSvgText()
properties return the DisplayText and SvgText attributes for the selected map region.
getDisplayText()
,
getSvgText()
,
MapRegion.drillDownTo()
,
MapRegion
public java.lang.String getDisplayText()
Returns the DisplayText attribute for the selected MapRegion when the DrillDown event occurs.
The getDataText()
and getSvgText()
properties return the DisplayText and SvgText attributes for the selected map region.
getDataText()
,
getSvgText()
,
MapRegion.drillDownTo()
,
MapRegion
public java.lang.String getSvgText()
Returns the SvgText attribute for the selected MapRegion when the DrillDown event occurs.
The getDataText()
and getDisplayText()
properties return the DisplayText and SvgText attributes for the selected map region.
getDataText()
,
getDisplayText()
,
MapRegion.drillDownTo()
,
MapRegion
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |