public class ChartInteractionEvent extends EventObject
IlvChartInteractor
.ChartInteractionListener
,
Serialized Formsource
Constructor and Description |
---|
ChartInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt)
Creates a new
ChartInteractionEvent object. |
Modifier and Type | Method and Description |
---|---|
IlvDisplayPoint |
getDisplayPoint()
Returns the point targeted by the interaction.
|
IlvChartInteractor |
getInteractor()
Returns the interactor that fires the event.
|
void |
setDisplayPoint(IlvDisplayPoint pt)
Sets the point targeted by the interaction.
|
void |
setInteractor(IlvChartInteractor inter)
Sets the interactor that fires the event.
|
getSource, toString
public ChartInteractionEvent(IlvChartInteractor inter, IlvDisplayPoint pt)
ChartInteractionEvent
object.inter
- The interactor that fires the event.pt
- The point targeted by the interaction.public final IlvChartInteractor getInteractor()
IlvChartInteractor
public final void setInteractor(IlvChartInteractor inter)
public final IlvDisplayPoint getDisplayPoint()
IlvDisplayPoint
public final void setDisplayPoint(IlvDisplayPoint pt)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.