Class StiMarkerGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.marker.StiMarkerGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction,IStiSeriesElement
-
Constructor Summary
ConstructorsConstructorDescriptionStiMarkerGeom(IStiSeries series, int index, double value, StiPoint point, IStiMarker marker, boolean showShadow, double zoom, boolean isTooltipMode) -
Method Summary
Modifier and TypeMethodDescriptionbooleanContains(double x, double y) voidDraw(StiContext context) Draws area geom object on spefied context.booleanfinal intgetIndex()final StiSeriesInteractionDatabooleanfinal IStiMarkerfinal StiRectanglefinal StiPointgetPoint()final IStiSeriesfinal booleanfinal doublegetValue()voidInvokeClick(StiInteractionOptions options) voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) booleanvoidsetElementIndex(String elementIndex) final voidvoidsetIsMouseOver(boolean value) voidsetTooltipMode(boolean value) Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiMarkerGeom
public StiMarkerGeom(IStiSeries series, int index, double value, StiPoint point, IStiMarker marker, boolean showShadow, double zoom, boolean isTooltipMode)
-
-
Method Details
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction- Overrides:
InvokeMouseEnterin classStiCellGeom
-
InvokeMouseLeave
- Specified by:
InvokeMouseLeavein interfaceIStiGeomInteraction- Overrides:
InvokeMouseLeavein classStiCellGeom
-
InvokeClick
- Specified by:
InvokeClickin interfaceIStiGeomInteraction- Overrides:
InvokeClickin classStiCellGeom
-
GetToolTip
-
getAllowMouseOver
public boolean getAllowMouseOver() -
getIsMouseOver
public boolean getIsMouseOver() -
setIsMouseOver
public void setIsMouseOver(boolean value) -
getInteraction
-
setInteraction
-
getIndex
public final int getIndex() -
getPoint
-
getMarker
-
getValue
public final double getValue() -
getShowShadow
public final boolean getShowShadow() -
getSeries
-
getElementIndex
- Specified by:
getElementIndexin interfaceIStiSeriesElement- Returns:
- the elementIndex
-
setElementIndex
- Specified by:
setElementIndexin interfaceIStiSeriesElement- Parameters:
elementIndex- the elementIndex to set
-
isTooltipMode
public boolean isTooltipMode() -
setTooltipMode
public void setTooltipMode(boolean value) -
Contains
public boolean Contains(double x, double y) - Overrides:
Containsin classStiCellGeom
-
GetMouseOverRect
-
Draw
Draws area geom object on spefied context.- Specified by:
Drawin classStiCellGeom
-