Class StiCenterAxisLabelsGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.axis.StiCenterAxisLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation) -
Method Summary
Methods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
DrawMarker, getAllowMouseOver, getBeginTime, getDuration, getIndex, getIsMouseOver, getSeries, getSeriesLabels, getValue, InvokeMouseEnter, InvokeMouseLeave, setBeginTime, setDuration, setIsMouseOverMethods 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
-
StiCenterAxisLabelsGeom
public StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation)
-
-
Method Details
-
getLabelColor
-
getLabelBorderColor
-
getSeriesBrush
-
getSeriesLabelsBrush
-
getSeriesBorderColor
-
getFont
-
getText
-
getAnimation
- Returns:
- the animation
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiSeriesLabelsGeom
-