|
||||||||||
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 IStiStrips
clone
in class StiService
public final java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public final java.lang.Class getServiceType()
getServiceType
in class StiService
public final StiStripsCoreXF getCore()
getCore
in interface IStiStrips
public final void setCore(StiStripsCoreXF value)
setCore
in interface IStiStrips
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiStrips
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiStrips
public boolean getShowBehind()
getShowBehind
in interface IStiStrips
public void setShowBehind(boolean value)
setShowBehind
in interface IStiStrips
public final StiBrush getStripBrush()
getStripBrush
in interface IStiStrips
public final void setStripBrush(StiBrush value)
setStripBrush
in interface IStiStrips
public final boolean getAntialiasing()
getAntialiasing
in interface IStiStrips
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiStrips
public StiFont getFont()
getFont
in interface IStiStrips
public void setFont(StiFont value)
setFont
in interface IStiStrips
public final java.lang.String getText()
getText
in interface IStiStrips
public final void setText(java.lang.String value)
setText
in interface IStiStrips
public final boolean getTitleVisible()
getTitleVisible
in interface IStiStrips
public final void setTitleVisible(boolean value)
setTitleVisible
in interface IStiStrips
public StiColor getTitleColor()
getTitleColor
in interface IStiStrips
public void setTitleColor(StiColor value)
setTitleColor
in interface IStiStrips
public final StiStrips.StiOrientation getOrientation()
getOrientation
in interface IStiStrips
public final void setOrientation(StiStrips.StiOrientation value)
setOrientation
in interface IStiStrips
public boolean getShowInLegend()
getShowInLegend
in interface IStiStrips
public void setShowInLegend(boolean value)
setShowInLegend
in interface IStiStrips
public java.lang.String getMaxValue()
getMaxValue
in interface IStiStrips
public void setMaxValue(java.lang.String value)
setMaxValue
in interface IStiStrips
public java.lang.String getMinValue()
getMinValue
in interface IStiStrips
public void setMinValue(java.lang.String value)
setMinValue
in interface IStiStrips
public boolean getVisible()
getVisible
in interface IStiStrips
public void setVisible(boolean value)
setVisible
in interface IStiStrips
public final IStiChart getChart()
getChart
in interface IStiStrips
public final void setChart(IStiChart value)
setChart
in interface IStiStrips
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |