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

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.StiXAxisGeom
              extended by com.stimulsoft.report.chart.geoms.axis.StiXAxisViewGeom
All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiXAxisViewGeom
extends StiXAxisGeom


Constructor Summary
StiXAxisViewGeom(IStiXAxis axis, StiRectangle clientRectangle, boolean isCenterAxis)
           
 
Method Summary
 void Draw(StiContext context)
          Draws cell geom object on spefied context.
 void DrawChildGeoms(StiContext context)
          Draws area geom object with all child geom objects on spefied context.
 
Methods inherited from class com.stimulsoft.report.chart.geoms.axis.StiXAxisGeom
getAxis, getIsCenterAxis, getView, setView
 
Methods 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, 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

StiXAxisViewGeom

public StiXAxisViewGeom(IStiXAxis axis,
                        StiRectangle clientRectangle,
                        boolean isCenterAxis)
Method Detail

DrawChildGeoms

public void DrawChildGeoms(StiContext context)
Draws area geom object with all child geom objects on spefied context.

Overrides:
DrawChildGeoms in class StiCellGeom

Draw

public void Draw(StiContext context)
Draws cell geom object on spefied context.

Overrides:
Draw in class StiXAxisGeom