Class StiInterlacing
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.interlacing.StiInterlacing
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,IStiInterlacing,Cloneable
- Direct Known Subclasses:
StiInterlacingHor,StiInterlacingVert
public abstract class StiInterlacing
extends StiSerializedObject
implements IStiInterlacing, Cloneable
-
Field Summary
FieldsFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiInterlacing(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle) -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()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 IStiAreagetArea()final StiInterlacingCoreXFgetCore()final StiBrushGets or sets brush which used for drawing interlaced bars.final booleanGets or sets visibility of interlaced bars.voidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyStyle(boolean value) final voidfinal voidsetCore(StiInterlacingCoreXF value) final voidsetInterlacedBrush(StiBrush value) final voidsetVisible(boolean value) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Field Details
-
needSetAreaJsonPropertyInternal
public boolean needSetAreaJsonPropertyInternal
-
-
Constructor Details
-
StiInterlacing
public StiInterlacing() -
StiInterlacing
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getCore
- Specified by:
getCorein interfaceIStiInterlacing
-
setCore
- Specified by:
setCorein interfaceIStiInterlacing
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiInterlacing
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiInterlacing
-
getInterlacedBrush
Gets or sets brush which used for drawing interlaced bars.- Specified by:
getInterlacedBrushin interfaceIStiInterlacing
-
setInterlacedBrush
- Specified by:
setInterlacedBrushin interfaceIStiInterlacing
-
getVisible
public final boolean getVisible()Gets or sets visibility of interlaced bars.- Specified by:
getVisiblein interfaceIStiInterlacing
-
setVisible
public final void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiInterlacing
-
getArea
- Specified by:
getAreain interfaceIStiInterlacing
-
setArea
- Specified by:
setAreain interfaceIStiInterlacing
-
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-