com.stimulsoft.report.chart.core.styles
Class StiStyleCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF
Direct Known Subclasses:
StiStyleCoreXF01, StiStyleCoreXF02, StiStyleCoreXF03, StiStyleCoreXF04, StiStyleCoreXF05, StiStyleCoreXF06, StiStyleCoreXF07, StiStyleCoreXF09, StiStyleCoreXF10, StiStyleCoreXF11, StiStyleCoreXF12, StiStyleCoreXF13, StiStyleCoreXF14, StiStyleCoreXF15, StiStyleCoreXF16, StiStyleCoreXF17, StiStyleCoreXF18, StiStyleCoreXF19, StiStyleCoreXF20, StiStyleCoreXF21, StiStyleCoreXF22

public abstract class StiStyleCoreXF
extends java.lang.Object


Constructor Summary
StiStyleCoreXF()
           
 
Method Summary
 void FillColumn(StiContext context, StiRectangle rect, StiBrush brush, StiInteractionDataGeom interaction)
           
 void FillColumn(StiContext context, StiRectangle rect, StiBrush brush, StiInteractionDataGeom interaction, int elementIndex)
           
 StiBrush GetAreaBrush(StiColor color)
           
 StiColor getAxisLabelsColor()
           
 StiColor getAxisLineColor()
           
 StiColor getAxisTitleColor()
           
abstract  StiColor getBasicStyleColor()
           
 IStiChart getChart()
           
 StiColor getChartAreaBorderColor()
           
 StiBrush getChartAreaBrush()
           
 boolean getChartAreaShowShadow()
           
 StiBrush getChartBrush()
           
 StiColor GetColorByIndex(int index, int count)
           
 StiColor GetColorBySeries(IStiSeries series)
           
 StiColor[] GetColors(int seriesCount)
           
 StiColor GetColumnBorder(StiColor color)
           
 StiBrush GetColumnBrush(StiColor color)
           
 StiColor getFirstStyleColor()
           
 StiColor getGridLinesHorColor()
           
 StiColor getGridLinesVertColor()
           
 StiBrush getInterlacingHorBrush()
           
 StiBrush getInterlacingVertBrush()
           
 StiColor getLastStyleColor()
           
 StiColor getLegendBorderColor()
           
 StiBrush getLegendBrush()
           
 StiFont getLegendFont()
           
 StiColor getLegendLabelsColor()
           
 StiColor getLegendTitleColor()
           
abstract  java.lang.String getLocalizedName()
          Gets a localized name of style.
 StiColor getSeriesLabelsBorderColor()
           
 StiBrush getSeriesLabelsBrush()
           
 StiColor getSeriesLabelsColor()
           
 StiFont getSeriesLabelsFont()
           
 StiColor getSeriesLabelsLineColor()
           
abstract  StiColor[] getStyleColors()
           
 StiColor getTrendLineColor()
           
 boolean getTrendLineShowShadow()
           
 boolean isLegendShowShadow()
           
 boolean isSeriesLighting()
           
 boolean isSeriesShowShadow()
           
 void setChart(IStiChart value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiStyleCoreXF

public StiStyleCoreXF()
Method Detail

getLocalizedName

public abstract java.lang.String getLocalizedName()
Gets a localized name of style.


getChartBrush

public StiBrush getChartBrush()

getChartAreaBrush

public StiBrush getChartAreaBrush()

getChartAreaBorderColor

public StiColor getChartAreaBorderColor()

getChart

public final IStiChart getChart()

setChart

public final void setChart(IStiChart value)

getSeriesLabelsBrush

public StiBrush getSeriesLabelsBrush()

getSeriesLabelsColor

public StiColor getSeriesLabelsColor()

getSeriesLabelsBorderColor

public StiColor getSeriesLabelsBorderColor()

getSeriesLabelsLineColor

public StiColor getSeriesLabelsLineColor()

getSeriesLabelsFont

public StiFont getSeriesLabelsFont()

getLegendBrush

public StiBrush getLegendBrush()

getLegendLabelsColor

public StiColor getLegendLabelsColor()

getLegendBorderColor

public StiColor getLegendBorderColor()

getLegendTitleColor

public StiColor getLegendTitleColor()

isLegendShowShadow

public boolean isLegendShowShadow()

getLegendFont

public StiFont getLegendFont()

isSeriesLighting

public boolean isSeriesLighting()

isSeriesShowShadow

public boolean isSeriesShowShadow()

getAxisTitleColor

public StiColor getAxisTitleColor()

getAxisLineColor

public StiColor getAxisLineColor()

getAxisLabelsColor

public StiColor getAxisLabelsColor()

getInterlacingHorBrush

public StiBrush getInterlacingHorBrush()

getInterlacingVertBrush

public StiBrush getInterlacingVertBrush()

getGridLinesHorColor

public StiColor getGridLinesHorColor()

getGridLinesVertColor

public StiColor getGridLinesVertColor()

getFirstStyleColor

public StiColor getFirstStyleColor()

getLastStyleColor

public StiColor getLastStyleColor()

getChartAreaShowShadow

public boolean getChartAreaShowShadow()

getTrendLineColor

public StiColor getTrendLineColor()

getTrendLineShowShadow

public boolean getTrendLineShowShadow()

getStyleColors

public abstract StiColor[] getStyleColors()

getBasicStyleColor

public abstract StiColor getBasicStyleColor()

FillColumn

public void FillColumn(StiContext context,
                       StiRectangle rect,
                       StiBrush brush,
                       StiInteractionDataGeom interaction)

FillColumn

public void FillColumn(StiContext context,
                       StiRectangle rect,
                       StiBrush brush,
                       StiInteractionDataGeom interaction,
                       int elementIndex)

GetAreaBrush

public StiBrush GetAreaBrush(StiColor color)

GetColumnBrush

public StiBrush GetColumnBrush(StiColor color)

GetColumnBorder

public StiColor GetColumnBorder(StiColor color)

GetColors

public StiColor[] GetColors(int seriesCount)

GetColorByIndex

public final StiColor GetColorByIndex(int index,
                                      int count)

GetColorBySeries

public final StiColor GetColorBySeries(IStiSeries series)