com.stimulsoft.report.chart.interfaces.radarAxis
Interface IStiRadarAxisLabels
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Implementing Classes:
- StiRadarAxisLabels
public interface IStiRadarAxisLabels
- extends IStiSerializableRef, java.lang.Cloneable, IStiJsonReportObject
getCore
StiRadarAxisLabelsCoreXF getCore()
setCore
void setCore(StiRadarAxisLabelsCoreXF value)
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
java.lang.String getTextBefore()
setTextBefore
void setTextBefore(java.lang.String value)
getTextAfter
java.lang.String getTextAfter()
setTextAfter
void setTextAfter(java.lang.String value)
getFormat
java.lang.String getFormat()
setFormat
void setFormat(java.lang.String value)
getFont
StiFont getFont()
setFont
void setFont(StiFont value)
getAntialiasing
boolean getAntialiasing()
setAntialiasing
void setAntialiasing(boolean value)
getColor
StiColor getColor()
setColor
void setColor(StiColor value)
getBorderColor
StiColor getBorderColor()
setBorderColor
void setBorderColor(StiColor value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
clone
java.lang.Object clone()