com.stimulsoft.report.chart.geoms.radarAxis
Class StiYRadarAxisLabelGeom

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.radarAxis.StiYRadarAxisLabelGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiYRadarAxisLabelGeom
extends StiCellGeom


Constructor Summary
StiYRadarAxisLabelGeom(IStiYRadarAxis 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()
           
 IStiYRadarAxis 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

StiYRadarAxisLabelGeom

public StiYRadarAxisLabelGeom(IStiYRadarAxis 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 IStiYRadarAxis 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