Class StiYAxisViewGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.axis.StiYAxisGeom
com.stimulsoft.report.chart.geoms.axis.StiYAxisViewGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiYAxisViewGeom(IStiYAxis 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.StiYAxisGeom
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
-
StiYAxisViewGeom
-
-
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 classStiYAxisGeom
-