Class StiStrips
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.strips.StiStrips
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiStrips,Cloneable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final booleanGets or sets value which indicates that chart style will be used.final booleanGets or sets value which control antialiasing drawing mode.final IStiChartgetChart()final StiStripsCoreXFgetCore()getFont()Gets or sets font of title text.Gets or sets maximal range of strips.Gets or sets minimal range of strips.final StiStrips.StiOrientationGets or sets horizontal or vertical orientation of strips.final StringGets a service category.final ClassGets a service type.booleanGets or sets value which indicates that strips will be shown behind chart series or in front of chart series.booleanGets or sets value which indicates that strips will be shown in legend of chart.final StiBrushGets or sets brush which will be used for drawing strips.final StringgetText()Gets or sets title text.Gets or sets foreground color of title.final booleanGets or sets visibility of title.booleanGets or sets visibility of strips.voidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyStyle(boolean value) final voidsetAntialiasing(boolean value) final voidfinal voidsetCore(StiStripsCoreXF value) voidvoidsetMaxValue(String value) voidsetMinValue(String value) final voidvoidsetShowBehind(boolean value) voidsetShowInLegend(boolean value) final voidsetStripBrush(StiBrush value) final voidvoidsetTitleColor(StiColor value) final voidsetTitleVisible(boolean value) voidsetVisible(boolean value) Methods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, getServiceName, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiStrips
public StiStrips()
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiStrips- Overrides:
clonein classStiService- Returns:
- A new object that is a copy of this instance.
-
getServiceCategory
Gets a service category.- Overrides:
getServiceCategoryin classStiService
-
getServiceType
Gets a service type.- Specified by:
getServiceTypein classStiService
-
getCore
- Specified by:
getCorein interfaceIStiStrips
-
setCore
- Specified by:
setCorein interfaceIStiStrips
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiStrips
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiStrips
-
getShowBehind
public boolean getShowBehind()Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series.- Specified by:
getShowBehindin interfaceIStiStrips
-
setShowBehind
public void setShowBehind(boolean value) - Specified by:
setShowBehindin interfaceIStiStrips
-
getStripBrush
Gets or sets brush which will be used for drawing strips.- Specified by:
getStripBrushin interfaceIStiStrips
-
setStripBrush
- Specified by:
setStripBrushin interfaceIStiStrips
-
getAntialiasing
public final boolean getAntialiasing()Gets or sets value which control antialiasing drawing mode.- Specified by:
getAntialiasingin interfaceIStiStrips
-
setAntialiasing
public final void setAntialiasing(boolean value) - Specified by:
setAntialiasingin interfaceIStiStrips
-
getFont
Gets or sets font of title text.- Specified by:
getFontin interfaceIStiStrips
-
setFont
- Specified by:
setFontin interfaceIStiStrips
-
getText
Gets or sets title text.- Specified by:
getTextin interfaceIStiStrips
-
setText
- Specified by:
setTextin interfaceIStiStrips
-
getTitleVisible
public final boolean getTitleVisible()Gets or sets visibility of title.- Specified by:
getTitleVisiblein interfaceIStiStrips
-
setTitleVisible
public final void setTitleVisible(boolean value) - Specified by:
setTitleVisiblein interfaceIStiStrips
-
getTitleColor
Gets or sets foreground color of title.- Specified by:
getTitleColorin interfaceIStiStrips
-
setTitleColor
- Specified by:
setTitleColorin interfaceIStiStrips
-
getOrientation
Gets or sets horizontal or vertical orientation of strips.- Specified by:
getOrientationin interfaceIStiStrips
-
setOrientation
- Specified by:
setOrientationin interfaceIStiStrips
-
getShowInLegend
public boolean getShowInLegend()Gets or sets value which indicates that strips will be shown in legend of chart.- Specified by:
getShowInLegendin interfaceIStiStrips
-
setShowInLegend
public void setShowInLegend(boolean value) - Specified by:
setShowInLegendin interfaceIStiStrips
-
getMaxValue
Gets or sets maximal range of strips.- Specified by:
getMaxValuein interfaceIStiStrips
-
setMaxValue
- Specified by:
setMaxValuein interfaceIStiStrips
-
getMinValue
Gets or sets minimal range of strips.- Specified by:
getMinValuein interfaceIStiStrips
-
setMinValue
- Specified by:
setMinValuein interfaceIStiStrips
-
getVisible
public boolean getVisible()Gets or sets visibility of strips.- Specified by:
getVisiblein interfaceIStiStrips
-
setVisible
public void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiStrips
-
getChart
- Specified by:
getChartin interfaceIStiStrips
-
setChart
- Specified by:
setChartin interfaceIStiStrips
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-