com.stimulsoft.report.chart.geoms.seriesLabels.axis
Class StiOutsideAxisLabelsGeom

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

public class StiOutsideAxisLabelsGeom
extends StiSeriesLabelsGeom


Constructor Summary
StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint)
           
 
Method Summary
 void Draw(StiContext context)
          Draws area geom object on spefied context.
 StiPoint getEndPoint()
           
 StiFontGeom getFont()
           
 StiColor getLabelBorderColor()
           
 StiColor getLabelColor()
           
 StiColor getSeriesBorderColor()
           
 StiBrush getSeriesBrush()
           
 StiPoint getStartPoint()
           
 java.lang.String getText()
           
 
Methods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
getAllowMouseOver, getBeginTime, getDuration, getIndex, getIsMouseOver, getSeries, getSeriesLabels, getValue, InvokeMouseEnter, InvokeMouseLeave, setBeginTime, setDuration, setIsMouseOver
 
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, 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

StiOutsideAxisLabelsGeom

public StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels,
                                IStiSeries series,
                                int index,
                                double value,
                                StiRectangle clientRectangle,
                                java.lang.String text,
                                StiColor labelColor,
                                StiColor labelBorderColor,
                                StiBrush seriesBrush,
                                StiColor seriesBorderColor,
                                StiFontGeom font,
                                StiPoint startPoint,
                                StiPoint endPoint)
Method Detail

getLabelColor

public final StiColor getLabelColor()

getLabelBorderColor

public final StiColor getLabelBorderColor()

getSeriesBrush

public final StiBrush getSeriesBrush()

getSeriesBorderColor

public final StiColor getSeriesBorderColor()

getFont

public final StiFontGeom getFont()

getText

public final java.lang.String getText()

getStartPoint

public final StiPoint getStartPoint()

getEndPoint

public final StiPoint getEndPoint()

Draw

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

Overrides:
Draw in class StiSeriesLabelsGeom