com.stimulsoft.report.chart.geoms.marker
Class StiMarkerGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.marker.StiMarkerGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction, IStiSeriesElement
public class StiMarkerGeom
- extends StiCellGeom
- implements IStiSeriesElement
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 |
StiMarkerGeom
public StiMarkerGeom(IStiSeries series,
int index,
double value,
StiPoint point,
IStiMarker marker,
boolean showShadow,
float zoom)
InvokeMouseEnter
public void InvokeMouseEnter(StiInteractionOptions options)
- Specified by:
InvokeMouseEnter
in interface IStiGeomInteraction
- Overrides:
InvokeMouseEnter
in class StiCellGeom
InvokeMouseLeave
public void InvokeMouseLeave(StiInteractionOptions options)
- Specified by:
InvokeMouseLeave
in interface IStiGeomInteraction
- Overrides:
InvokeMouseLeave
in class StiCellGeom
InvokeClick
public void InvokeClick(StiInteractionOptions options)
- Specified by:
InvokeClick
in interface IStiGeomInteraction
- Overrides:
InvokeClick
in class StiCellGeom
GetToolTip
public java.lang.String GetToolTip()
getAllowMouseOver
public boolean getAllowMouseOver()
getIsMouseOver
public boolean getIsMouseOver()
setIsMouseOver
public void setIsMouseOver(boolean value)
getInteraction
public final StiSeriesInteractionData getInteraction()
setInteraction
public final void setInteraction(StiSeriesInteractionData value)
getIndex
public final int getIndex()
getPoint
public final StiPoint getPoint()
getMarker
public final IStiMarker getMarker()
getValue
public final double getValue()
getShowShadow
public final boolean getShowShadow()
getSeries
public final IStiSeries getSeries()
getElementIndex
public java.lang.String getElementIndex()
- Specified by:
getElementIndex
in interface IStiSeriesElement
- Returns:
- the elementIndex
setElementIndex
public void setElementIndex(java.lang.String elementIndex)
- Specified by:
setElementIndex
in interface IStiSeriesElement
- Parameters:
elementIndex
- the elementIndex to set
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.
- Specified by:
Draw
in class StiCellGeom