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

java.lang.Object
  extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF
      extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF22
          extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF32

public class StiStyleCoreXF32
extends StiStyleCoreXF22

Copyright Stimulsoft


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

Constructor Detail

StiStyleCoreXF32

public StiStyleCoreXF32()
Method Detail

getLocalizedName

public java.lang.String getLocalizedName()
Description copied from class: StiStyleCoreXF22
Gets a localized name of style.

Overrides:
getLocalizedName in class StiStyleCoreXF22

getStyleColors

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

getBasicStyleColor

public StiColor getBasicStyleColor()
Overrides:
getBasicStyleColor in class StiStyleCoreXF22

getChartBrush

public StiBrush getChartBrush()
Overrides:
getChartBrush in class StiStyleCoreXF22

getChartAreaBrush

public StiBrush getChartAreaBrush()
Overrides:
getChartAreaBrush in class StiStyleCoreXF22

getLegendBrush

public StiBrush getLegendBrush()
Overrides:
getLegendBrush in class StiStyleCoreXF22

getLegendLabelsColor

public StiColor getLegendLabelsColor()
Overrides:
getLegendLabelsColor in class StiStyleCoreXF22

getLegendBorderColor

public StiColor getLegendBorderColor()
Overrides:
getLegendBorderColor in class StiStyleCoreXF

getLegendTitleColor

public StiColor getLegendTitleColor()
Overrides:
getLegendTitleColor in class StiStyleCoreXF

isLegendShowShadow

public boolean isLegendShowShadow()
Overrides:
isLegendShowShadow in class StiStyleCoreXF

getLegendFont

public StiFont getLegendFont()
Overrides:
getLegendFont in class StiStyleCoreXF

getSeriesLabelsBrush

public StiBrush getSeriesLabelsBrush()
Overrides:
getSeriesLabelsBrush in class StiStyleCoreXF22

getSeriesLabelsColor

public StiColor getSeriesLabelsColor()
Overrides:
getSeriesLabelsColor in class StiStyleCoreXF22

getSeriesLabelsBorderColor

public StiColor getSeriesLabelsBorderColor()
Overrides:
getSeriesLabelsBorderColor in class StiStyleCoreXF22

getSeriesLabelsLineColor

public StiColor getSeriesLabelsLineColor()
Overrides:
getSeriesLabelsLineColor in class StiStyleCoreXF

getSeriesLabelsFont

public StiFont getSeriesLabelsFont()
Overrides:
getSeriesLabelsFont in class StiStyleCoreXF

getAxisTitleColor

public StiColor getAxisTitleColor()
Overrides:
getAxisTitleColor in class StiStyleCoreXF22

getAxisLineColor

public StiColor getAxisLineColor()
Overrides:
getAxisLineColor in class StiStyleCoreXF22

getAxisLabelsColor

public StiColor getAxisLabelsColor()
Overrides:
getAxisLabelsColor in class StiStyleCoreXF22

getGridLinesHorColor

public StiColor getGridLinesHorColor()
Overrides:
getGridLinesHorColor in class StiStyleCoreXF

getGridLinesVertColor

public StiColor getGridLinesVertColor()
Overrides:
getGridLinesVertColor in class StiStyleCoreXF

isSeriesLighting

public boolean isSeriesLighting()
Overrides:
isSeriesLighting in class StiStyleCoreXF

GetColumnBorder

public StiColor GetColumnBorder(StiColor color)
Overrides:
GetColumnBorder in class StiStyleCoreXF22

GetColumnBrush

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