Class StiXAxisCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
com.stimulsoft.report.chart.core.axis.StiXAxisCoreXF
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
- Direct Known Subclasses:
StiXBottomAxisCoreXF,StiXTopAxisCoreXF
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
DefaultScrollBarFirstRecallTime, DefaultScrollBarOtherRecallTime, DefaultScrollBarSize, DefaultScrollBarSmallFactor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StiRectangleGetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsWidth, boolean isDrawing, boolean includeScrollBar) final StiRectangleGetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing) abstract StiXAxisDockgetDock()final booleanfinal booleanfinal StringGetLabelText(StiStripLineXF line, IStiSeries series) booleanRender(StiContext context, StiRectangle rect) final StiCellGeomRenderCenter(StiContext context, StiRectangle rect) final StiCellGeomRenderCenterView(StiContext context, StiRectangle rect) final voidRenderScrollBar(StiContext context, StiRectangle axisRect, StiXAxisViewGeom axisGeom) RenderView(StiContext context, StiRectangle rect) Methods inherited from class com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
applyStyle, CalculateStripPositions, clone, GetArgumentLabelOrdinal, getArrowHeight, GetArrowHeight, getArrowWidth, getAxis, GetAxisTitleSize, GetFontGeom, getInfo, getIsMouseOverDecreaseButton, getIsMouseOverIncreaseButton, getIsMouseOverTrackBar, GetLabelsSpaceAxis, GetLabelsTwoLinesDestination, GetStringFormatGeom, GetTextAlignment, getTicksMaxLength, GetTicksMaxLength, setAxis, setInfo, setIsMouseOverDecreaseButton, setIsMouseOverIncreaseButton, setIsMouseOverTrackBar
-
Constructor Details
-
StiXAxisCoreXF
-
-
Method Details
-
GetStartFromZero
public boolean GetStartFromZero()- Overrides:
GetStartFromZeroin classStiAxisCoreXF
-
Render
- Specified by:
Renderin classStiAxisCoreXF
-
RenderView
- Specified by:
RenderViewin classStiAxisCoreXF
-
RenderScrollBar
public final void RenderScrollBar(StiContext context, StiRectangle axisRect, StiXAxisViewGeom axisGeom) -
RenderCenter
-
RenderCenterView
-
GetLabelText
-
GetCenterAxisRect
public final StiRectangle GetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing) -
GetAxisRect
public final StiRectangle GetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsWidth, boolean isDrawing, boolean includeScrollBar) -
getDock
-
getIsTopSide
public final boolean getIsTopSide() -
getIsBottomSide
public final boolean getIsBottomSide()
-