public abstract class StiInterlacing extends StiSerializedObject implements IStiInterlacing, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
boolean |
needSetAreaJsonPropertyInternal |
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiInterlacing() |
StiInterlacing(StiBrush interlacedBrush,
boolean visible,
boolean allowApplyStyle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
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.
|
IStiArea |
getArea() |
StiInterlacingCoreXF |
getCore() |
StiBrush |
getInterlacedBrush()
Gets or sets brush which used for drawing interlaced bars.
|
boolean |
getVisible()
Gets or sets visibility of interlaced bars.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyStyle(boolean value) |
void |
setArea(IStiArea value) |
void |
setCore(StiInterlacingCoreXF value) |
void |
setInterlacedBrush(StiBrush value) |
void |
setVisible(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiInterlacing()
public StiInterlacing(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic final StiInterlacingCoreXF getCore()
getCore in interface IStiInterlacingpublic final void setCore(StiInterlacingCoreXF value)
setCore in interface IStiInterlacingpublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiInterlacingpublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiInterlacingpublic final StiBrush getInterlacedBrush()
getInterlacedBrush in interface IStiInterlacingpublic final void setInterlacedBrush(StiBrush value)
setInterlacedBrush in interface IStiInterlacingpublic final boolean getVisible()
getVisible in interface IStiInterlacingpublic final void setVisible(boolean value)
setVisible in interface IStiInterlacingpublic final IStiArea getArea()
getArea in interface IStiInterlacingpublic final void setArea(IStiArea value)
setArea in interface IStiInterlacingpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.