public class ChartHighlightInteractionEvent extends ChartInteractionEvent
IlvChartHighlightInteractor
,
Serialized Formsource
Constructor and Description |
---|
ChartHighlightInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt,
boolean highlighted)
Creates a new
ChartHighlightInteractionEvent object. |
Modifier and Type | Method and Description |
---|---|
boolean |
isHighlighted()
Returns whether the point has been highlighted.
|
void |
setHighlighted(boolean state)
Sets whether the point has been highlighted.
|
getDisplayPoint, getInteractor, setDisplayPoint, setInteractor
getSource, toString
public ChartHighlightInteractionEvent(IlvChartInteractor inter, IlvDisplayPoint pt, boolean highlighted)
ChartHighlightInteractionEvent
object.inter
- The interactor that fires the event.pt
- The point targeted by the interaction.highlighted
- The highlight state of the point.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.