com.stimulsoft.report.chart.view.interlacing
Class StiInterlacingVert

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.interlacing.StiInterlacing
          extended by com.stimulsoft.report.chart.view.interlacing.StiInterlacingVert
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiInterlacing, IStiInterlacingVert, java.lang.Cloneable

public class StiInterlacingVert
extends StiInterlacing
implements IStiInterlacingVert


Field Summary
 
Fields inherited from class com.stimulsoft.report.chart.view.interlacing.StiInterlacing
needSetAreaJsonPropertyInternal
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiInterlacingVert()
           
StiInterlacingVert(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle)
           
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.chart.view.interlacing.StiInterlacing
clone, getAllowApplyStyle, getArea, getCore, getInterlacedBrush, getVisible, LoadFromJsonObject, SaveToJsonObject, setAllowApplyStyle, setArea, setCore, setInterlacedBrush, setVisible
 
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
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.interlacing.IStiInterlacingVert
clone
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.interlacing.IStiInterlacing
getAllowApplyStyle, getArea, getCore, getInterlacedBrush, getVisible, setAllowApplyStyle, setArea, setCore, setInterlacedBrush, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Constructor Detail

StiInterlacingVert

public StiInterlacingVert()

StiInterlacingVert

public StiInterlacingVert(StiBrush interlacedBrush,
                          boolean visible,
                          boolean allowApplyStyle)