com.stimulsoft.report.chart.view.radarAxis
Class StiRadarAxisLabels

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.radarAxis.StiRadarAxisLabels
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiRadarAxisLabels, java.lang.Cloneable

public class StiRadarAxisLabels
extends StiSerializedObject
implements IStiRadarAxisLabels, java.lang.Cloneable


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadarAxisLabels()
           
StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle)
           
StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle, boolean rotationLabels)
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 boolean getAllowApplyStyle()
          Gets or sets value which indicates that chart style will be used.
 boolean getAntialiasing()
          Gets or sets value which control antialiasing drawing mode.
 StiColor getBorderColor()
          Gets or sets color of labels drawing.
 StiBrush getBrush()
          Gets or sets brush which will used to fill label area.
 StiColor getColor()
          Gets or sets color of labels drawing.
 StiRadarAxisLabelsCoreXF getCore()
           
 boolean getDrawBorder()
          Gets or sets value which indicates that label border will be shown.
 StiFont getFont()
          Gets or sets font which will be used for axis label drawing.
 java.lang.String getFormat()
          Gets os sets format string which is used for formating argument values.
 boolean getRotationLabels()
          Gets or sets a value which indicates that Axis Labels will be rotated.
 java.lang.String getTextAfter()
          Gets or sets string which will be output after argument string representation.
 java.lang.String getTextBefore()
          Gets or sets string which will be output before argument string representation.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 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 class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiRadarAxisLabels

public StiRadarAxisLabels()

StiRadarAxisLabels

public StiRadarAxisLabels(java.lang.String format,
                          StiFont font,
                          boolean antialiasing,
                          boolean drawBorder,
                          StiColor color,
                          StiColor borderColor,
                          StiBrush brush,
                          boolean allowApplyStyle)

StiRadarAxisLabels

public StiRadarAxisLabels(java.lang.String format,
                          StiFont font,
                          boolean antialiasing,
                          boolean drawBorder,
                          StiColor color,
                          StiColor borderColor,
                          StiBrush brush,
                          boolean allowApplyStyle,
                          boolean rotationLabels)
Method Detail

clone

public final java.lang.Object clone()
Creates a new object that is a copy of the current instance.

Specified by:
clone in interface IStiRadarAxisLabels
Overrides:
clone in class java.lang.Object
Returns:
A new object that is a copy of this instance.

getCore

public final StiRadarAxisLabelsCoreXF getCore()
Specified by:
getCore in interface IStiRadarAxisLabels

setCore

public final void setCore(StiRadarAxisLabelsCoreXF value)
Specified by:
setCore in interface IStiRadarAxisLabels

getRotationLabels

public final boolean getRotationLabels()
Gets or sets a value which indicates that Axis Labels will be rotated.

Specified by:
getRotationLabels in interface IStiRadarAxisLabels

setRotationLabels

public final void setRotationLabels(boolean value)
Specified by:
setRotationLabels in interface IStiRadarAxisLabels

getTextBefore

public final java.lang.String getTextBefore()
Gets or sets string which will be output before argument string representation.

Specified by:
getTextBefore in interface IStiRadarAxisLabels

setTextBefore

public final void setTextBefore(java.lang.String value)
Specified by:
setTextBefore in interface IStiRadarAxisLabels

getTextAfter

public final java.lang.String getTextAfter()
Gets or sets string which will be output after argument string representation.

Specified by:
getTextAfter in interface IStiRadarAxisLabels

setTextAfter

public final void setTextAfter(java.lang.String value)
Specified by:
setTextAfter in interface IStiRadarAxisLabels

getAllowApplyStyle

public final boolean getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used.

Specified by:
getAllowApplyStyle in interface IStiRadarAxisLabels

setAllowApplyStyle

public final void setAllowApplyStyle(boolean value)
Specified by:
setAllowApplyStyle in interface IStiRadarAxisLabels

getDrawBorder

public final boolean getDrawBorder()
Gets or sets value which indicates that label border will be shown.

Specified by:
getDrawBorder in interface IStiRadarAxisLabels

setDrawBorder

public final void setDrawBorder(boolean value)
Specified by:
setDrawBorder in interface IStiRadarAxisLabels

getFormat

public final java.lang.String getFormat()
Gets os sets format string which is used for formating argument values.

Specified by:
getFormat in interface IStiRadarAxisLabels

setFormat

public final void setFormat(java.lang.String value)
Specified by:
setFormat in interface IStiRadarAxisLabels

getFont

public final StiFont getFont()
Gets or sets font which will be used for axis label drawing.

Specified by:
getFont in interface IStiRadarAxisLabels

setFont

public final void setFont(StiFont value)
Specified by:
setFont in interface IStiRadarAxisLabels

getAntialiasing

public final boolean getAntialiasing()
Gets or sets value which control antialiasing drawing mode.

Specified by:
getAntialiasing in interface IStiRadarAxisLabels

setAntialiasing

public final void setAntialiasing(boolean value)
Specified by:
setAntialiasing in interface IStiRadarAxisLabels

getColor

public final StiColor getColor()
Gets or sets color of labels drawing.

Specified by:
getColor in interface IStiRadarAxisLabels

setColor

public final void setColor(StiColor value)
Specified by:
setColor in interface IStiRadarAxisLabels

getBorderColor

public final StiColor getBorderColor()
Gets or sets color of labels drawing.

Specified by:
getBorderColor in interface IStiRadarAxisLabels

setBorderColor

public final void setBorderColor(StiColor value)
Specified by:
setBorderColor in interface IStiRadarAxisLabels

getBrush

public final StiBrush getBrush()
Gets or sets brush which will used to fill label area.

Specified by:
getBrush in interface IStiRadarAxisLabels

setBrush

public final void setBrush(StiBrush value)
Specified by:
setBrush in interface IStiRadarAxisLabels

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Throws:
JSONException