|
||||||||||
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.StiCrossTabStyle
public class StiCrossTabStyle
Describes the class that contains a style for CrossTab 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 | |
---|---|
StiCrossTabStyle()
Creates a new object of the type StiCrossTabStyle. |
|
StiCrossTabStyle(java.lang.String name)
Creates a new object of the type StiCrossTabStyle. |
|
StiCrossTabStyle(java.lang.String name,
java.lang.String description)
Creates a new object of the type StiCrossTabStyle. |
|
StiCrossTabStyle(java.lang.String name,
java.lang.String description,
StiReport report)
Creates a new object of the type StiCrossTabStyle. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
StiColor |
getColor()
Gets or sets a color of style. |
void |
GetStyleFromComponent(StiComponent component,
StiStyleElements styleElements)
Gets a style from the component. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setColor(StiColor value)
|
void |
SetStyleToComponent(StiComponent component)
Sets style to a component. |
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 StiCrossTabStyle(java.lang.String name, java.lang.String description, StiReport report)
name
- Style name.description
- Style description.public StiCrossTabStyle(java.lang.String name, java.lang.String description)
name
- Style name.description
- Style description.public StiCrossTabStyle(java.lang.String name)
name
- Style name.public StiCrossTabStyle()
Method Detail |
---|
public final StiColor getColor()
public final void setColor(StiColor value)
public void GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
StiBaseStyle
GetStyleFromComponent
in class StiBaseStyle
component
- Component.public void SetStyleToComponent(StiComponent component)
StiBaseStyle
SetStyleToComponent
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 |