Interface IStiGridLines
- All Superinterfaces:
Cloneable,IStiSerializable,IStiSerializableRef
- All Known Subinterfaces:
IStiGridLinesHor,IStiGridLinesVert
- All Known Implementing Classes:
StiGridLines,StiGridLinesHor,StiGridLinesVert
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArea()getColor()getCore()intbooleangetStyle()booleanvoidsetAllowApplyStyle(boolean value) voidvoidvoidsetCore(StiGridLinesCoreXF value) voidsetMinorColor(StiColor value) voidsetMinorCount(int value) voidsetMinorStyle(StiPenStyle value) voidsetMinorVisible(boolean value) voidsetStyle(StiPenStyle value) voidsetVisible(boolean value) Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getCore
StiGridLinesCoreXF getCore() -
setCore
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getColor
StiColor getColor() -
setColor
-
getMinorColor
StiColor getMinorColor() -
setMinorColor
-
getStyle
StiPenStyle getStyle() -
setStyle
-
getMinorStyle
StiPenStyle getMinorStyle() -
setMinorStyle
-
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
-