com.stimulsoft.report.chart.geoms.axis
Class StiAxisLabelGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.report.chart.geoms.StiCellGeom
          extended by com.stimulsoft.report.chart.geoms.axis.StiAxisLabelGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiAxisLabelGeom
extends StiCellGeom


Constructor Summary
StiAxisLabelGeom(IStiAxis axis, StiRectangle clientRectangle, StiPoint textPoint, java.lang.String text, StiStripLineXF stripLine, float angle, StiRotationMode rotationMode)
           
 
Method Summary
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 float getAngle()
           
 IStiAxis getAxis()
           
 StiRotationMode getRotationMode()
           
 StiStripLineXF getStripLine()
           
 java.lang.String getText()
           
 StiPoint getTextPoint()
           
 
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 com.stimulsoft.base.context.chart.geoms.StiGeom
LoadFromJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiAxisLabelGeom

public StiAxisLabelGeom(IStiAxis axis,
                        StiRectangle clientRectangle,
                        StiPoint textPoint,
                        java.lang.String text,
                        StiStripLineXF stripLine,
                        float angle,
                        StiRotationMode rotationMode)
Method Detail

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