|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.radarAxis.StiRadarAxisLabels
public class StiRadarAxisLabels
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 |
---|
public StiRadarAxisLabels()
public StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle)
public StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle, boolean rotationLabels)
Method Detail |
---|
public final java.lang.Object clone()
clone
in interface IStiRadarAxisLabels
clone
in class java.lang.Object
public final StiRadarAxisLabelsCoreXF getCore()
getCore
in interface IStiRadarAxisLabels
public final void setCore(StiRadarAxisLabelsCoreXF value)
setCore
in interface IStiRadarAxisLabels
public final boolean getRotationLabels()
getRotationLabels
in interface IStiRadarAxisLabels
public final void setRotationLabels(boolean value)
setRotationLabels
in interface IStiRadarAxisLabels
public final java.lang.String getTextBefore()
getTextBefore
in interface IStiRadarAxisLabels
public final void setTextBefore(java.lang.String value)
setTextBefore
in interface IStiRadarAxisLabels
public final java.lang.String getTextAfter()
getTextAfter
in interface IStiRadarAxisLabels
public final void setTextAfter(java.lang.String value)
setTextAfter
in interface IStiRadarAxisLabels
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiRadarAxisLabels
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiRadarAxisLabels
public final boolean getDrawBorder()
getDrawBorder
in interface IStiRadarAxisLabels
public final void setDrawBorder(boolean value)
setDrawBorder
in interface IStiRadarAxisLabels
public final java.lang.String getFormat()
getFormat
in interface IStiRadarAxisLabels
public final void setFormat(java.lang.String value)
setFormat
in interface IStiRadarAxisLabels
public final StiFont getFont()
getFont
in interface IStiRadarAxisLabels
public final void setFont(StiFont value)
setFont
in interface IStiRadarAxisLabels
public final boolean getAntialiasing()
getAntialiasing
in interface IStiRadarAxisLabels
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiRadarAxisLabels
public final StiColor getColor()
getColor
in interface IStiRadarAxisLabels
public final void setColor(StiColor value)
setColor
in interface IStiRadarAxisLabels
public final StiColor getBorderColor()
getBorderColor
in interface IStiRadarAxisLabels
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiRadarAxisLabels
public final StiBrush getBrush()
getBrush
in interface IStiRadarAxisLabels
public final void setBrush(StiBrush value)
setBrush
in interface IStiRadarAxisLabels
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |