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

java.lang.Object
  extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF
      extended by com.stimulsoft.report.chart.core.styles.StiStyleCoreXF01
          extended by com.stimulsoft.report.chart.core.styles.StiCustomStyleCoreXF

public class StiCustomStyleCoreXF
extends StiStyleCoreXF01


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

Field Detail

ReportChartStyle

public StiChartStyle ReportChartStyle
Constructor Detail

StiCustomStyleCoreXF

public StiCustomStyleCoreXF(StiCustomStyle customStyle)
Method Detail

getLocalizedName

public java.lang.String getLocalizedName()
Gets a service name.

Overrides:
getLocalizedName in class StiStyleCoreXF01

getStyleColors

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

getBasicStyleColor

public StiColor getBasicStyleColor()
Overrides:
getBasicStyleColor in class StiStyleCoreXF01

getChartAreaBorderColor

public StiColor getChartAreaBorderColor()
Overrides:
getChartAreaBorderColor in class StiStyleCoreXF

getChartAreaShowShadow

public boolean getChartAreaShowShadow()
Overrides:
getChartAreaShowShadow in class StiStyleCoreXF

getChartAreaBrush

public StiBrush getChartAreaBrush()
Overrides:
getChartAreaBrush in class StiStyleCoreXF

isSeriesLighting

public boolean isSeriesLighting()
Overrides:
isSeriesLighting in class StiStyleCoreXF

isSeriesShowShadow

public boolean isSeriesShowShadow()
Overrides:
isSeriesShowShadow in class StiStyleCoreXF

getSeriesLabelsBrush

public StiBrush getSeriesLabelsBrush()
Overrides:
getSeriesLabelsBrush in class StiStyleCoreXF

getSeriesLabelsColor

public StiColor getSeriesLabelsColor()
Overrides:
getSeriesLabelsColor in class StiStyleCoreXF

getSeriesLabelsBorderColor

public StiColor getSeriesLabelsBorderColor()
Overrides:
getSeriesLabelsBorderColor in class StiStyleCoreXF

getSeriesLabelsLineColor

public StiColor getSeriesLabelsLineColor()
Overrides:
getSeriesLabelsLineColor in class StiStyleCoreXF

getTrendLineColor

public StiColor getTrendLineColor()
Overrides:
getTrendLineColor in class StiStyleCoreXF

isTrendLineShowShadow

public boolean isTrendLineShowShadow()

getLegendBrush

public StiBrush getLegendBrush()
Overrides:
getLegendBrush in class StiStyleCoreXF

getLegendLabelsColor

public StiColor getLegendLabelsColor()
Overrides:
getLegendLabelsColor in class StiStyleCoreXF

getLegendBorderColor

public StiColor getLegendBorderColor()
Overrides:
getLegendBorderColor in class StiStyleCoreXF

getLegendTitleColor

public StiColor getLegendTitleColor()
Overrides:
getLegendTitleColor in class StiStyleCoreXF

getAxisTitleColor

public StiColor getAxisTitleColor()
Overrides:
getAxisTitleColor in class StiStyleCoreXF

getAxisLineColor

public StiColor getAxisLineColor()
Overrides:
getAxisLineColor in class StiStyleCoreXF

getAxisLabelsColor

public StiColor getAxisLabelsColor()
Overrides:
getAxisLabelsColor in class StiStyleCoreXF

getInterlacingHorBrush

public StiBrush getInterlacingHorBrush()
Overrides:
getInterlacingHorBrush in class StiStyleCoreXF

getInterlacingVertBrush

public StiBrush getInterlacingVertBrush()
Overrides:
getInterlacingVertBrush in class StiStyleCoreXF

getGridLinesHorColor

public StiColor getGridLinesHorColor()
Overrides:
getGridLinesHorColor in class StiStyleCoreXF

getGridLinesVertColor

public StiColor getGridLinesVertColor()
Overrides:
getGridLinesVertColor in class StiStyleCoreXF

getReportStyleName

public final java.lang.String getReportStyleName()

setReportStyleName

public final void setReportStyleName(java.lang.String value)

getReportStyle

public final StiChartStyle getReportStyle()

getCustomStyle

public final StiCustomStyle getCustomStyle()

GetColumnBrush

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