public class StiCrossTabStyle extends StiBaseStyle
StiBaseStyle.StiStyleSaverreportREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, loadStyleFromString, saveToString, setCollectionName, setConditions, setDescription, setName, toStringcleanReference, getReference, setReferencepublic 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()
public final StiColor getColor()
public final void setColor(StiColor value)
public void GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
StiBaseStyleGetStyleFromComponent in class StiBaseStylecomponent - Component.public void SetStyleToComponent(StiComponent component)
StiBaseStyleSetStyleToComponent in class StiBaseStylecomponent - Component.public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiBaseStyleJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiBaseStyleJSONExceptionpublic java.lang.Object clone()
clone in class StiBaseStyleCopyright © 2019 Stimulsoft. All Rights Reserved.