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


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 boolean getAllowApplyStyle()
           
 boolean getAntialiasing()
           
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 StiColor getColor()
           
 StiRadarAxisLabelsCoreXF getCore()
           
 boolean getDrawBorder()
           
 StiFont getFont()
           
 java.lang.String getFormat()
           
 boolean getRotationLabels()
           
 java.lang.String getTextAfter()
           
 java.lang.String getTextBefore()
           
 void setAllowApplyStyle(boolean value)
           
 void setAntialiasing(boolean value)
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setColor(StiColor value)
           
 void setCore(StiRadarAxisLabelsCoreXF value)
           
 void setDrawBorder(boolean value)
           
 void setFont(StiFont value)
           
 void setFormat(java.lang.String value)
           
 void setRotationLabels(boolean value)
           
 void setTextAfter(java.lang.String value)
           
 void setTextBefore(java.lang.String value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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()