com.stimulsoft.report.chart.interfaces.gridLines.axis
Interface IStiGridLines

All Superinterfaces:
java.lang.Cloneable, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiGridLinesHor, IStiGridLinesVert
All Known Implementing Classes:
StiGridLines, StiGridLinesHor, StiGridLinesVert

public interface IStiGridLines
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()
           
 StiGridLinesCoreXF getCore()
           
 StiColor getMinorColor()
           
 int getMinorCount()
           
 StiPenStyle getMinorStyle()
           
 boolean getMinorVisible()
           
 StiPenStyle getStyle()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiArea value)
           
 void setColor(StiColor value)
           
 void setCore(StiGridLinesCoreXF value)
           
 void setMinorColor(StiColor value)
           
 void setMinorCount(int value)
           
 void setMinorStyle(StiPenStyle value)
           
 void setMinorVisible(boolean value)
           
 void setStyle(StiPenStyle value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Method Detail

getCore

StiGridLinesCoreXF getCore()

setCore

void setCore(StiGridLinesCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getColor

StiColor getColor()

setColor

void setColor(StiColor value)

getMinorColor

StiColor getMinorColor()

setMinorColor

void setMinorColor(StiColor value)

getStyle

StiPenStyle getStyle()

setStyle

void setStyle(StiPenStyle value)

getMinorStyle

StiPenStyle getMinorStyle()

setMinorStyle

void setMinorStyle(StiPenStyle value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getMinorVisible

boolean getMinorVisible()

setMinorVisible

void setMinorVisible(boolean value)

getMinorCount

int getMinorCount()

setMinorCount

void setMinorCount(int value)

getArea

IStiArea getArea()

setArea

void setArea(IStiArea value)