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

java.lang.Object
  extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF
      extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF03
          extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF08

public class StiStyleCoreXF08
extends StiStyleCoreXF03


Constructor Summary
StiStyleCoreXF08()
           
 
Method Summary
 StiColor getBasicStyleColor()
           
 StiBrush GetColumnBrush(StiColor color)
           
 java.lang.String getLocalizedName()
          Gets a localized name of style.
 StiColor[] getStyleColors()
           
 
Methods inherited from class com.stimulsoft.report.chart.core.styles.StiStyleCoreXF
FillColumn, FillColumn, GetAreaBrush, getAxisLabelsColor, getAxisLineColor, getAxisTitleColor, getChart, getChartAreaBorderColor, getChartAreaBrush, getChartAreaShowShadow, getChartBrush, GetColorByIndex, GetColorBySeries, GetColors, GetColumnBorder, getFirstStyleColor, getGridLinesHorColor, getGridLinesVertColor, getInterlacingHorBrush, getInterlacingVertBrush, getLastStyleColor, getLegendBorderColor, getLegendBrush, getLegendFont, getLegendLabelsColor, getLegendTitleColor, getSeriesLabelsBorderColor, getSeriesLabelsBrush, getSeriesLabelsColor, getSeriesLabelsFont, getSeriesLabelsLineColor, getTrendLineColor, getTrendLineShowShadow, isLegendShowShadow, isSeriesLighting, isSeriesShowShadow, setChart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiStyleCoreXF08

public StiStyleCoreXF08()
Method Detail

getLocalizedName

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

Overrides:
getLocalizedName in class StiStyleCoreXF03

getStyleColors

public StiColor[] getStyleColors()
Overrides:
getStyleColors in class StiStyleCoreXF03

getBasicStyleColor

public StiColor getBasicStyleColor()
Overrides:
getBasicStyleColor in class StiStyleCoreXF03

GetColumnBrush

public StiBrush GetColumnBrush(StiColor color)
Overrides:
GetColumnBrush in class StiStyleCoreXF03