com.stimulsoft.report.chart.interfaces.interlacing
Interface IStiInterlacing

All Superinterfaces:
java.lang.Cloneable, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiInterlacingHor, IStiInterlacingVert
All Known Implementing Classes:
StiInterlacing, StiInterlacingHor, StiInterlacingVert

public interface IStiInterlacing
extends IStiSerializableRef, java.lang.Cloneable


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getAllowApplyStyle()
           
 IStiArea getArea()
           
 StiInterlacingCoreXF getCore()
           
 StiBrush getInterlacedBrush()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiArea value)
           
 void setCore(StiInterlacingCoreXF value)
           
 void setInterlacedBrush(StiBrush value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Method Detail

getCore

StiInterlacingCoreXF getCore()

setCore

void setCore(StiInterlacingCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getInterlacedBrush

StiBrush getInterlacedBrush()

setInterlacedBrush

void setInterlacedBrush(StiBrush value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getArea

IStiArea getArea()

setArea

void setArea(IStiArea value)