Class StiXAxisViewGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.axis.StiXAxisGeom
com.stimulsoft.report.chart.geoms.axis.StiXAxisViewGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiXAxisViewGeom(IStiXAxis axis, StiRectangle clientRectangle, boolean isCenterAxis) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws cell geom object on spefied context.voidDrawChildGeoms(StiContext context) Draws area geom object with all child geom objects on spefied context.Methods inherited from class com.stimulsoft.report.chart.geoms.axis.StiXAxisGeom
AllowChildDrawing, DrawArrow, getAxis, getIsCenterAxis, getView, setViewMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
Contains, CreateChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseEnter, InvokeMouseLeave, 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
-
StiXAxisViewGeom
-
-
Method Details
-
DrawChildGeoms
Draws area geom object with all child geom objects on spefied context.- Overrides:
DrawChildGeomsin classStiCellGeom
-
Draw
Draws cell geom object on spefied context.- Overrides:
Drawin classStiXAxisGeom
-