Interface IStiRadarAxisLabels
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Implementing Classes:
StiRadarAxisLabels
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleangetBrush()getColor()getCore()booleangetFont()booleandoublegetWidth()booleanvoidsetAllowApplyStyle(boolean value) voidsetAntialiasing(boolean value) voidsetBorderColor(StiColor value) voidvoidvoidsetCore(StiRadarAxisLabelsCoreXF value) voidsetDrawBorder(boolean value) voidvoidvoidsetRotationLabels(boolean value) voidsetTextAfter(String value) voidsetTextBefore(String value) voidsetWidth(double value) voidsetWordWrap(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getCore
StiRadarAxisLabelsCoreXF getCore() -
setCore
-
getRotationLabels
boolean getRotationLabels() -
setRotationLabels
void setRotationLabels(boolean value) -
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getDrawBorder
boolean getDrawBorder() -
setDrawBorder
void setDrawBorder(boolean value) -
getTextBefore
String getTextBefore() -
setTextBefore
-
getTextAfter
String getTextAfter() -
setTextAfter
-
getFormat
String getFormat() -
setFormat
-
getFont
StiFont getFont() -
setFont
-
getAntialiasing
boolean getAntialiasing() -
setAntialiasing
void setAntialiasing(boolean value) -
getColor
StiColor getColor() -
setColor
-
getBorderColor
StiColor getBorderColor() -
setBorderColor
-
getBrush
StiBrush getBrush() -
setBrush
-
isWordWrap
boolean isWordWrap() -
setWordWrap
void setWordWrap(boolean value) -
getWidth
double getWidth() -
setWidth
void setWidth(double value) -
clone
Object clone()
-