Class StiSeriesLabelsGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
- Direct Known Subclasses:
StiCenterAxisLabelsGeom,StiCenterFunnelLabelsGeom,StiCenterPieLabelsGeom,StiOutsideAxisLabelsGeom,StiTwoColumnsPieLabelsGeom
-
Constructor Summary
ConstructorsConstructorDescriptionStiSeriesLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.protected voidDrawMarker(StiContext context, StiRectangle itemRect, Object markerColor, StiBrush markerBrush) booleanfinal intgetIndex()booleanfinal IStiSeriesfinal IStiSeriesLabelsfinal doublegetValue()voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) voidsetBeginTime(StiTimeSpan beginTime) voidsetDuration(StiTimeSpan duration) voidsetIsMouseOver(boolean value) Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, 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
-
StiSeriesLabelsGeom
public StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle)
-
-
Method Details
-
getBeginTime
-
setBeginTime
-
getDuration
-
setDuration
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction- Overrides:
InvokeMouseEnterin classStiCellGeom
-
InvokeMouseLeave
- Specified by:
InvokeMouseLeavein interfaceIStiGeomInteraction- Overrides:
InvokeMouseLeavein classStiCellGeom
-
getAllowMouseOver
public boolean getAllowMouseOver() -
getIsMouseOver
public boolean getIsMouseOver() -
setIsMouseOver
public void setIsMouseOver(boolean value) -
getValue
public final double getValue() -
getIndex
public final int getIndex() -
getSeries
-
getSeriesLabels
-
DrawMarker
protected void DrawMarker(StiContext context, StiRectangle itemRect, Object markerColor, StiBrush markerBrush) -
Draw
Draws area geom object on spefied context.- Specified by:
Drawin classStiCellGeom
-