Class StiBaseLineSeriesGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.StiSeriesGeom
com.stimulsoft.report.chart.geoms.series.clusteredColumn.StiBaseLineSeriesGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
- Direct Known Subclasses:
StiLineSeriesGeom,StiScatterSplineSeriesGeom,StiSplineSeriesGeom,StiStackedLineSeriesGeom,StiStackedSplineSeriesGeom,StiSteppedLineSeriesGeom
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiBaseLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series) StiBaseLineSeriesGeom(StiAreaGeom areaGeom, StiSeriesPointsInfo pointsInfo, IStiSeries series) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.booleanprotected StiAnimationprotected StiAnimationGetAnimation(StiPoint[] points) protected StiAnimationGetAnimation(StiPoint[] pointsFrom, StiPoint[] points, String[] pointsIds) protected StiAnimationGetAnimationConnect(StiPoint[] points) static StiRectangleGetClientRectangle(StiPoint[] points, double lineWidth) booleanfinal StiPoint[]StiPoint[]String[]voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) voidsetIsMouseOver(boolean value) voidsetPointsIds(String[] pointsIds) Methods inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesGeom
getAreaGeom, getInteractions, getSeries, setAreaGeom, setInteractionsMethods 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
-
Field Details
-
points
-
pointsFrom
-
pointsIds
-
-
Constructor Details
-
StiBaseLineSeriesGeom
public StiBaseLineSeriesGeom(StiAreaGeom areaGeom, StiSeriesPointsInfo pointsInfo, IStiSeries series) -
StiBaseLineSeriesGeom
public StiBaseLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
-
-
Method Details
-
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) -
getPoints
-
getPointsFrom
- Returns:
- the pointsFrom
-
getPointsIds
-
setPointsIds
-
GetClientRectangle
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiSeriesGeom
-
GetAnimation
-
GetAnimation
-
GetAnimationConnect
-
GetAnimation
-