com.stimulsoft.report.chart.geoms.series.radar
Class StiRadarPointSeriesElementGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.report.chart.geoms.StiCellGeom
          extended by com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
              extended by com.stimulsoft.report.chart.geoms.series.radar.StiRadarPointSeriesElementGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction, IStiSeriesElement

public class StiRadarPointSeriesElementGeom
extends StiSeriesElementGeom


Constructor Summary
StiRadarPointSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiRadarSeries series, StiPoint point, float zoom)
           
 
Method Summary
 boolean Contains(double x, double y)
           
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 StiRectangle GetMouseOverRect()
           
 StiPoint getPoint()
           
 void InvokeClick(StiInteractionOptions options)
           
 void InvokeMouseEnter(StiInteractionOptions options)
           
 void InvokeMouseLeave(StiInteractionOptions options)
           
 
Methods inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
getAllowMouseOver, getAreaGeom, getElementIndex, getIndex, getInteraction, getInteractionData, getIsMouseOver, getSeries, GetToolTip, getValue, setAreaGeom, setElementIndex, setInteraction, setIsMouseOver
 
Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangle
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.StiGeom
LoadFromJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRadarPointSeriesElementGeom

public StiRadarPointSeriesElementGeom(StiAreaGeom areaGeom,
                                      double value,
                                      int index,
                                      IStiRadarSeries series,
                                      StiPoint point,
                                      float zoom)
Method Detail

InvokeMouseEnter

public void InvokeMouseEnter(StiInteractionOptions options)
Specified by:
InvokeMouseEnter in interface IStiGeomInteraction
Overrides:
InvokeMouseEnter in class StiSeriesElementGeom

InvokeMouseLeave

public void InvokeMouseLeave(StiInteractionOptions options)
Specified by:
InvokeMouseLeave in interface IStiGeomInteraction
Overrides:
InvokeMouseLeave in class StiSeriesElementGeom

InvokeClick

public void InvokeClick(StiInteractionOptions options)
Specified by:
InvokeClick in interface IStiGeomInteraction
Overrides:
InvokeClick in class StiSeriesElementGeom

getPoint

public final StiPoint getPoint()

Contains

public boolean Contains(double x,
                        double y)
Overrides:
Contains in class StiCellGeom

GetMouseOverRect

public final StiRectangle GetMouseOverRect()

Draw

public void Draw(StiContext context)
Draws area geom object on spefied context.

Overrides:
Draw in class StiSeriesElementGeom