com.stimulsoft.report.chart.geoms.axis
Class StiAxisLabelGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.axis.StiAxisLabelGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction
public class StiAxisLabelGeom
- extends StiCellGeom
Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom |
Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseEnter, InvokeMouseLeave, InvokeMouseUp, setClientRectangle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiAxisLabelGeom
public StiAxisLabelGeom(IStiAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
getRotationMode
public final StiRotationMode getRotationMode()
getTextPoint
public final StiPoint getTextPoint()
getAngle
public final float getAngle()
getAxis
public final IStiAxis getAxis()
getText
public final java.lang.String getText()
getStripLine
public final StiStripLineXF getStripLine()
Draw
public void Draw(StiContext context)
- Draws area geom object on spefied context.
- Specified by:
Draw
in class StiCellGeom