com.stimulsoft.report.chart.geoms.seriesLabels.axis
Class StiCenterAxisLabelsGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.axis.StiCenterAxisLabelsGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction
public class StiCenterAxisLabelsGeom
- extends StiSeriesLabelsGeom
Constructor Summary |
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiBrush seriesLabelsBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiAnimation animation)
|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiCenterAxisLabelsGeom
public StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiBrush seriesLabelsBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiAnimation animation)
getLabelColor
public final StiColor getLabelColor()
getLabelBorderColor
public final StiColor getLabelBorderColor()
getSeriesBrush
public final StiBrush getSeriesBrush()
getSeriesLabelsBrush
public final StiBrush getSeriesLabelsBrush()
getSeriesBorderColor
public final StiColor getSeriesBorderColor()
getFont
public final StiFontGeom getFont()
getText
public final java.lang.String getText()
getAnimation
public StiAnimation getAnimation()
- Returns:
- the animation
Draw
public void Draw(StiContext context)
- Draws area geom object on spefied context.
- Overrides:
Draw
in class StiSeriesLabelsGeom