com.stimulsoft.report.chart.interfaces.gridLines.radar
Interface IStiRadarGridLines

All Superinterfaces:
java.lang.Cloneable, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiRadarGridLinesHor, IStiRadarGridLinesVert
All Known Implementing Classes:
StiRadarGridLines, StiRadarGridLinesHor, StiRadarGridLinesVert

public interface IStiRadarGridLines
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()
           
 StiColor getColor()
           
 StiRadarGridLinesCoreXF getCore()
           
 StiPenStyle getStyle()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiArea value)
           
 void setColor(StiColor value)
           
 void setCore(StiRadarGridLinesCoreXF value)
           
 void setStyle(StiPenStyle value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Method Detail

getCore

StiRadarGridLinesCoreXF getCore()

setCore

void setCore(StiRadarGridLinesCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getColor

StiColor getColor()

setColor

void setColor(StiColor value)

getStyle

StiPenStyle getStyle()

setStyle

void setStyle(StiPenStyle value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getArea

IStiArea getArea()

setArea

void setArea(IStiArea value)