com.stimulsoft.report.chart
Class StiInteractionOptions

java.lang.Object
  extended by com.stimulsoft.report.chart.StiInteractionOptions

public class StiInteractionOptions
extends java.lang.Object


Constructor Summary
StiInteractionOptions()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiInteractionOptions

public StiInteractionOptions()
Method Detail

getUpdateContext

public final boolean getUpdateContext()

setUpdateContext

public final void setUpdateContext(boolean value)

getRecallEvent

public final boolean getRecallEvent()

setRecallEvent

public final void setRecallEvent(boolean value)

getRecallTime

public final StiTimeSpan getRecallTime()

setRecallTime

public final void setRecallTime(StiTimeSpan value)

getIsRecalled

public final boolean getIsRecalled()

setIsRecalled

public final void setIsRecalled(boolean value)

getMousePoint

public final StiPoint getMousePoint()

setMousePoint

public final void setMousePoint(StiPoint value)

getDragEnabled

public final boolean getDragEnabled()

setDragEnabled

public final void setDragEnabled(boolean value)

getDragDelta

public final StiSize getDragDelta()

setDragDelta

public final void setDragDelta(StiSize value)

getInteractionToolTip

public final java.lang.String getInteractionToolTip()

setInteractionToolTip

public final void setInteractionToolTip(java.lang.String value)

getInteractionHyperlink

public final java.lang.String getInteractionHyperlink()

setInteractionHyperlink

public final void setInteractionHyperlink(java.lang.String value)

getSeriesInteractionData

public final StiSeriesInteractionData getSeriesInteractionData()

setSeriesInteractionData

public final void setSeriesInteractionData(StiSeriesInteractionData value)