|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.styles.StiBaseStyle
com.stimulsoft.report.styles.StiChartStyle
public class StiChartStyle
Describes the class that contains a style for Chart components.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
StiBaseStyle.StiStyleSaver |
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
report |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiChartStyle()
Creates a new object of the type StiChartStyle. |
|
StiChartStyle(java.lang.String name)
Creates a new object of the type StiChartStyle. |
|
StiChartStyle(java.lang.String name,
java.lang.String description)
Creates a new object of the type StiChartStyle. |
|
StiChartStyle(java.lang.String name,
java.lang.String description,
StiReport report)
Creates a new object of the type StiChartStyle. |
Methods inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, loadStyleFromString, saveToString, setCollectionName, setConditions, setDescription, setName, toString |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiChartStyle(java.lang.String name, java.lang.String description, StiReport report)
name
- Style name.description
- Style description.public StiChartStyle(java.lang.String name, java.lang.String description)
name
- Style name.description
- Style description.public StiChartStyle(java.lang.String name)
name
- Style name.public StiChartStyle()
Method Detail |
---|
public StiColor getSeriesLabelsLineColor()
public void setSeriesLabelsLineColor(StiColor seriesLabelsLineColor)
seriesLabelsLineColor
- the seriesLabelsLineColor to setpublic boolean isSeriesShowShadow()
public void setSeriesShowShadow(boolean seriesShowShadow)
seriesShowShadow
- the seriesShowShadow to setpublic boolean isSeriesLighting()
public void setSeriesLighting(boolean seriesLighting)
seriesLighting
- the seriesLighting to setpublic StiBorder getBorder()
public void setBorder(StiBorder border)
border
- the border to setpublic StiBrush getBrush()
public void setBrush(StiBrush brush)
brush
- the brush to setpublic StiColor getGridLinesHorColor()
public void setGridLinesHorColor(StiColor gridLinesHorColor)
gridLinesHorColor
- the gridLinesHorColor to setpublic StiColor getGridLinesVertColor()
public void setGridLinesVertColor(StiColor gridLinesVertColor)
gridLinesVertColor
- the gridLinesVertColor to setpublic boolean getChartAreaShowShadow()
public void setChartAreaShowShadow(boolean chartAreaShowShadow)
chartAreaShowShadow
- the chartAreaShowShadow to setpublic StiBrush getChartAreaBrush()
public void setChartAreaBrush(StiBrush chartAreaBrush)
chartAreaBrush
- the chartAreaBrush to setpublic StiColor getChartAreaBorderColor()
public void setChartAreaBorderColor(StiColor chartAreaBorderColor)
chartAreaBorderColor
- the chartAreaBorderColor to setpublic StiColor getSeriesLabelsBorderColor()
public void setSeriesLabelsBorderColor(StiColor seriesLabelsBorderColor)
seriesLabelsBorderColor
- the seriesLabelsBorderColor to setpublic StiColor getSeriesLabelsColor()
public void setSeriesLabelsColor(StiColor seriesLabelsColor)
seriesLabelsColor
- the seriesLabelsColor to setpublic StiBrush getSeriesLabelsBrush()
public void setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
seriesLabelsBrush
- the seriesLabelsBrush to setpublic boolean getTrendLineShowShadow()
public void setTrendLineShowShadow(boolean trendLineShowShadow)
trendLineShowShadow
- the trendLineShowShadow to setpublic StiColor getTrendLineColor()
public void setTrendLineColor(StiColor trendLineColor)
trendLineColor
- the trendLineColor to setpublic StiColor getLegendBorderColor()
public void setLegendBorderColor(StiColor legendBorderColor)
legendBorderColor
- the legendBorderColor to setpublic StiBrush getLegendBrush()
public void setLegendBrush(StiBrush legendBrush)
legendBrush
- the legendBrush to setpublic StiColor getLegendLabelsColor()
public void setLegendLabelsColor(StiColor legendLabelsColor)
legendLabelsColor
- the legendLabelsColor to setpublic StiColor getLegendTitleColor()
public void setLegendTitleColor(StiColor legendTitleColor)
legendTitleColor
- the legendTitleColor to setpublic StiColor getAxisLabelsColor()
public void setAxisLabelsColor(StiColor axisLabelsColor)
axisLabelsColor
- the axisLabelsColor to setpublic StiColor getAxisLineColor()
public void setAxisLineColor(StiColor axisLineColor)
axisLineColor
- the axisLineColor to setpublic StiColor getAxisTitleColor()
public void setAxisTitleColor(StiColor axisTitleColor)
axisTitleColor
- the axisTitleColor to setpublic StiBrush getInterlacingHorBrush()
public void setInterlacingHorBrush(StiBrush interlacingHorBrush)
interlacingHorBrush
- the interlacingHorBrush to setpublic StiBrush getInterlacingVertBrush()
public void setInterlacingVertBrush(StiBrush interlacingVertBrush)
interlacingVertBrush
- the interlacingVertBrush to setpublic void SetStyleToComponent(StiComponent component)
SetStyleToComponent
in class StiBaseStyle
component
- Component.public final StiBrushType getBrushType()
public final void setBrushType(StiBrushType value)
public final StiColor[] getStyleColors()
public final void setStyleColors(StiColor[] value)
public final java.lang.String getStyleColorsString()
public final void setStyleColorsString(java.lang.String value)
public final StiColor getBasicStyleColor()
public final void setBasicStyleColor(StiColor value)
public void GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
StiBaseStyle
GetStyleFromComponent
in class StiBaseStyle
component
- Component.public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiBaseStyle
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiBaseStyle
JSONException
public java.lang.Object clone()
clone
in class StiBaseStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |