public class StiInteractionOptions
extends java.lang.Object
| Constructor and Description |
|---|
StiInteractionOptions() |
| Modifier and Type | Method and Description |
|---|---|
StiSize |
getDragDelta() |
boolean |
getDragEnabled() |
java.lang.String |
getInteractionHyperlink() |
java.lang.String |
getInteractionToolTip() |
boolean |
getIsRecalled() |
StiPoint |
getMousePoint() |
boolean |
getRecallEvent() |
StiTimeSpan |
getRecallTime() |
StiSeriesInteractionData |
getSeriesInteractionData() |
boolean |
getUpdateContext() |
void |
setDragDelta(StiSize value) |
void |
setDragEnabled(boolean value) |
void |
setInteractionHyperlink(java.lang.String value) |
void |
setInteractionToolTip(java.lang.String value) |
void |
setIsRecalled(boolean value) |
void |
setMousePoint(StiPoint value) |
void |
setRecallEvent(boolean value) |
void |
setRecallTime(StiTimeSpan value) |
void |
setSeriesInteractionData(StiSeriesInteractionData value) |
void |
setUpdateContext(boolean value) |
public final boolean getUpdateContext()
public final void setUpdateContext(boolean value)
public final boolean getRecallEvent()
public final void setRecallEvent(boolean value)
public final StiTimeSpan getRecallTime()
public final void setRecallTime(StiTimeSpan value)
public final boolean getIsRecalled()
public final void setIsRecalled(boolean value)
public final StiPoint getMousePoint()
public final void setMousePoint(StiPoint value)
public final boolean getDragEnabled()
public final void setDragEnabled(boolean value)
public final StiSize getDragDelta()
public final void setDragDelta(StiSize value)
public final java.lang.String getInteractionToolTip()
public final void setInteractionToolTip(java.lang.String value)
public final java.lang.String getInteractionHyperlink()
public final void setInteractionHyperlink(java.lang.String value)
public final StiSeriesInteractionData getSeriesInteractionData()
public final void setSeriesInteractionData(StiSeriesInteractionData value)
Copyright © 2019 Stimulsoft. All Rights Reserved.