com.stimulsoft.report.engine
Class StiChartInteractionHelper

java.lang.Object
  extended by com.stimulsoft.report.engine.StiChartInteractionHelper

public final class StiChartInteractionHelper
extends java.lang.Object

Class helps work with chart interactions.


Constructor Summary
StiChartInteractionHelper()
           
 
Method Summary
static IStiGeomInteraction GetInteraction(StiChart chart, StiRectangle chartRect, float x, float y, StiRefObject<StiCellGeom> chartGeom, float zoom)
          Returns IStiGeomInteraction object for specified chart at specified x and y location.
static void ProcessChart(StiChart masterChart, StiChart childChart)
           
static void ResetChartGeomCache()
          Resets all chart geom cache settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiChartInteractionHelper

public StiChartInteractionHelper()
Method Detail

ProcessChart

public static void ProcessChart(StiChart masterChart,
                                StiChart childChart)

GetInteraction

public static IStiGeomInteraction GetInteraction(StiChart chart,
                                                 StiRectangle chartRect,
                                                 float x,
                                                 float y,
                                                 StiRefObject<StiCellGeom> chartGeom,
                                                 float zoom)
Returns IStiGeomInteraction object for specified chart at specified x and y location.


ResetChartGeomCache

public static void ResetChartGeomCache()
Resets all chart geom cache settings.