com.stimulsoft.report.chart.geoms.series.radar
Class StiRadarPointSeriesElementGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
com.stimulsoft.report.chart.geoms.series.radar.StiRadarPointSeriesElementGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction, IStiSeriesElement
public class StiRadarPointSeriesElementGeom
- extends StiSeriesElementGeom
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRadarPointSeriesElementGeom
public StiRadarPointSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiRadarSeries series,
StiPoint point,
float zoom)
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