Class StiRadarAxisLabels
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.radarAxis.StiRadarAxisLabels
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiRadarAxisLabels,Cloneable
public class StiRadarAxisLabels
extends StiSerializedObject
implements IStiRadarAxisLabels, Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiRadarAxisLabels(String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle) StiRadarAxisLabels(String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle, boolean rotationLabels) -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Creates a new object that is a copy of the current instance.final booleanGets or sets value which indicates that chart style will be used.final booleanGets or sets value which control antialiasing drawing mode.final StiColorGets or sets color of labels drawing.final StiBrushgetBrush()Gets or sets brush which will used to fill label area.final StiColorgetColor()Gets or sets color of labels drawing.final StiRadarAxisLabelsCoreXFgetCore()final booleanGets or sets value which indicates that label border will be shown.final StiFontgetFont()Gets or sets font which will be used for axis label drawing.final StringGets os sets format string which is used for formating argument values.final booleanGets or sets a value which indicates that Axis Labels will be rotated.final StringGets or sets string which will be output after argument string representation.final StringGets or sets string which will be output before argument string representation.final doublegetWidth()final booleanvoidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyStyle(boolean value) final voidsetAntialiasing(boolean value) final voidsetBorderColor(StiColor value) final voidfinal voidfinal voidsetCore(StiRadarAxisLabelsCoreXF value) final voidsetDrawBorder(boolean value) final voidfinal voidfinal voidsetRotationLabels(boolean value) final voidsetTextAfter(String value) final voidsetTextBefore(String value) final voidsetWidth(double value) final voidsetWordWrap(boolean value) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiRadarAxisLabels
public StiRadarAxisLabels() -
StiRadarAxisLabels
-
StiRadarAxisLabels
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiRadarAxisLabels- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
getCore
- Specified by:
getCorein interfaceIStiRadarAxisLabels
-
setCore
- Specified by:
setCorein interfaceIStiRadarAxisLabels
-
getRotationLabels
public final boolean getRotationLabels()Gets or sets a value which indicates that Axis Labels will be rotated.- Specified by:
getRotationLabelsin interfaceIStiRadarAxisLabels
-
setRotationLabels
public final void setRotationLabels(boolean value) - Specified by:
setRotationLabelsin interfaceIStiRadarAxisLabels
-
getTextBefore
Gets or sets string which will be output before argument string representation.- Specified by:
getTextBeforein interfaceIStiRadarAxisLabels
-
setTextBefore
- Specified by:
setTextBeforein interfaceIStiRadarAxisLabels
-
getTextAfter
Gets or sets string which will be output after argument string representation.- Specified by:
getTextAfterin interfaceIStiRadarAxisLabels
-
setTextAfter
- Specified by:
setTextAfterin interfaceIStiRadarAxisLabels
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiRadarAxisLabels
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiRadarAxisLabels
-
getDrawBorder
public final boolean getDrawBorder()Gets or sets value which indicates that label border will be shown.- Specified by:
getDrawBorderin interfaceIStiRadarAxisLabels
-
setDrawBorder
public final void setDrawBorder(boolean value) - Specified by:
setDrawBorderin interfaceIStiRadarAxisLabels
-
getFormat
Gets os sets format string which is used for formating argument values.- Specified by:
getFormatin interfaceIStiRadarAxisLabels
-
setFormat
- Specified by:
setFormatin interfaceIStiRadarAxisLabels
-
getFont
Gets or sets font which will be used for axis label drawing.- Specified by:
getFontin interfaceIStiRadarAxisLabels
-
setFont
- Specified by:
setFontin interfaceIStiRadarAxisLabels
-
getAntialiasing
public final boolean getAntialiasing()Gets or sets value which control antialiasing drawing mode.- Specified by:
getAntialiasingin interfaceIStiRadarAxisLabels
-
setAntialiasing
public final void setAntialiasing(boolean value) - Specified by:
setAntialiasingin interfaceIStiRadarAxisLabels
-
getColor
Gets or sets color of labels drawing.- Specified by:
getColorin interfaceIStiRadarAxisLabels
-
setColor
- Specified by:
setColorin interfaceIStiRadarAxisLabels
-
getBorderColor
Gets or sets color of labels drawing.- Specified by:
getBorderColorin interfaceIStiRadarAxisLabels
-
setBorderColor
- Specified by:
setBorderColorin interfaceIStiRadarAxisLabels
-
getBrush
Gets or sets brush which will used to fill label area.- Specified by:
getBrushin interfaceIStiRadarAxisLabels
-
setBrush
- Specified by:
setBrushin interfaceIStiRadarAxisLabels
-
isWordWrap
public final boolean isWordWrap()- Specified by:
isWordWrapin interfaceIStiRadarAxisLabels
-
setWordWrap
public final void setWordWrap(boolean value) - Specified by:
setWordWrapin interfaceIStiRadarAxisLabels
-
getWidth
public final double getWidth()- Specified by:
getWidthin interfaceIStiRadarAxisLabels
-
setWidth
public final void setWidth(double value) - Specified by:
setWidthin interfaceIStiRadarAxisLabels
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-