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

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

public class StiYAxisViewGeom
extends StiYAxisGeom


Constructor Summary
StiYAxisViewGeom(IStiYAxis 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.StiYAxisGeom
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

StiYAxisViewGeom

public StiYAxisViewGeom(IStiYAxis 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 StiYAxisGeom