|
||||||||||
| 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.base.services.StiService
com.stimulsoft.report.chart.view.strips.StiStrips
public class StiStrips
| Nested Class Summary | |
|---|---|
static class |
StiStrips.StiOrientation
|
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiStrips()
|
|
| Method Summary | |
|---|---|
IStiStrips |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used. |
boolean |
getAntialiasing()
Gets or sets value which control antialiasing drawing mode. |
IStiChart |
getChart()
|
StiStripsCoreXF |
getCore()
|
StiFont |
getFont()
Gets or sets font of title text. |
java.lang.String |
getMaxValue()
Gets or sets maximal range of strips. |
java.lang.String |
getMinValue()
Gets or sets minimal range of strips. |
StiStrips.StiOrientation |
getOrientation()
Gets or sets horizontal or vertical orientation of strips. |
java.lang.String |
getServiceCategory()
Gets a service category. |
java.lang.Class |
getServiceType()
Gets a service type. |
boolean |
getShowBehind()
Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series. |
boolean |
getShowInLegend()
Gets or sets value which indicates that strips will be shown in legend of chart. |
StiBrush |
getStripBrush()
Gets or sets brush which will be used for drawing strips. |
java.lang.String |
getText()
Gets or sets title text. |
StiColor |
getTitleColor()
Gets or sets foreground color of title. |
boolean |
getTitleVisible()
Gets or sets visibility of title. |
boolean |
getVisible()
Gets or sets visibility of strips. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyStyle(boolean value)
|
void |
setAntialiasing(boolean value)
|
void |
setChart(IStiChart value)
|
void |
setCore(StiStripsCoreXF value)
|
void |
setFont(StiFont value)
|
void |
setMaxValue(java.lang.String value)
|
void |
setMinValue(java.lang.String value)
|
void |
setOrientation(StiStrips.StiOrientation value)
|
void |
setShowBehind(boolean value)
|
void |
setShowInLegend(boolean value)
|
void |
setStripBrush(StiBrush value)
|
void |
setText(java.lang.String value)
|
void |
setTitleColor(StiColor value)
|
void |
setTitleVisible(boolean value)
|
void |
setVisible(boolean value)
|
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, getServiceName, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiStrips()
| Method Detail |
|---|
public IStiStrips clone()
clone in interface IStiStripsclone in class StiServicepublic final java.lang.String getServiceCategory()
getServiceCategory in class StiServicepublic final java.lang.Class getServiceType()
getServiceType in class StiServicepublic final StiStripsCoreXF getCore()
getCore in interface IStiStripspublic final void setCore(StiStripsCoreXF value)
setCore in interface IStiStripspublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiStripspublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiStripspublic boolean getShowBehind()
getShowBehind in interface IStiStripspublic void setShowBehind(boolean value)
setShowBehind in interface IStiStripspublic final StiBrush getStripBrush()
getStripBrush in interface IStiStripspublic final void setStripBrush(StiBrush value)
setStripBrush in interface IStiStripspublic final boolean getAntialiasing()
getAntialiasing in interface IStiStripspublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiStripspublic StiFont getFont()
getFont in interface IStiStripspublic void setFont(StiFont value)
setFont in interface IStiStripspublic final java.lang.String getText()
getText in interface IStiStripspublic final void setText(java.lang.String value)
setText in interface IStiStripspublic final boolean getTitleVisible()
getTitleVisible in interface IStiStripspublic final void setTitleVisible(boolean value)
setTitleVisible in interface IStiStripspublic StiColor getTitleColor()
getTitleColor in interface IStiStripspublic void setTitleColor(StiColor value)
setTitleColor in interface IStiStripspublic final StiStrips.StiOrientation getOrientation()
getOrientation in interface IStiStripspublic final void setOrientation(StiStrips.StiOrientation value)
setOrientation in interface IStiStripspublic boolean getShowInLegend()
getShowInLegend in interface IStiStripspublic void setShowInLegend(boolean value)
setShowInLegend in interface IStiStripspublic java.lang.String getMaxValue()
getMaxValue in interface IStiStripspublic void setMaxValue(java.lang.String value)
setMaxValue in interface IStiStripspublic java.lang.String getMinValue()
getMinValue in interface IStiStripspublic void setMinValue(java.lang.String value)
setMinValue in interface IStiStripspublic boolean getVisible()
getVisible in interface IStiStripspublic void setVisible(boolean value)
setVisible in interface IStiStripspublic final IStiChart getChart()
getChart in interface IStiStripspublic final void setChart(IStiChart value)
setChart in interface IStiStrips
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||