|
||||||||||
| 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 IStiRadarAxisLabelsclone in class java.lang.Objectpublic final StiRadarAxisLabelsCoreXF getCore()
getCore in interface IStiRadarAxisLabelspublic final void setCore(StiRadarAxisLabelsCoreXF value)
setCore in interface IStiRadarAxisLabelspublic final boolean getRotationLabels()
getRotationLabels in interface IStiRadarAxisLabelspublic final void setRotationLabels(boolean value)
setRotationLabels in interface IStiRadarAxisLabelspublic final java.lang.String getTextBefore()
getTextBefore in interface IStiRadarAxisLabelspublic final void setTextBefore(java.lang.String value)
setTextBefore in interface IStiRadarAxisLabelspublic final java.lang.String getTextAfter()
getTextAfter in interface IStiRadarAxisLabelspublic final void setTextAfter(java.lang.String value)
setTextAfter in interface IStiRadarAxisLabelspublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiRadarAxisLabelspublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiRadarAxisLabelspublic final boolean getDrawBorder()
getDrawBorder in interface IStiRadarAxisLabelspublic final void setDrawBorder(boolean value)
setDrawBorder in interface IStiRadarAxisLabelspublic final java.lang.String getFormat()
getFormat in interface IStiRadarAxisLabelspublic final void setFormat(java.lang.String value)
setFormat in interface IStiRadarAxisLabelspublic final StiFont getFont()
getFont in interface IStiRadarAxisLabelspublic final void setFont(StiFont value)
setFont in interface IStiRadarAxisLabelspublic final boolean getAntialiasing()
getAntialiasing in interface IStiRadarAxisLabelspublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiRadarAxisLabelspublic final StiColor getColor()
getColor in interface IStiRadarAxisLabelspublic final void setColor(StiColor value)
setColor in interface IStiRadarAxisLabelspublic final StiColor getBorderColor()
getBorderColor in interface IStiRadarAxisLabelspublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiRadarAxisLabelspublic final StiBrush getBrush()
getBrush in interface IStiRadarAxisLabelspublic final void setBrush(StiBrush value)
setBrush in interface IStiRadarAxisLabels
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||