|
||||||||||
| 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.axis.StiAxisLabels
public class StiAxisLabels
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiAxisLabels()
|
|
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle)
|
|
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle,
boolean wordWrap)
|
|
| 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. |
float |
getAngle()
Gets or sets angle of label rotation. |
boolean |
getAntialiasing()
Gets or sets value which control antialiasing drawing mode. |
StiColor |
getColor()
Gets or sets color of labels drawing. |
StiAxisLabelsCoreXF |
getCore()
|
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. |
StiLabelsPlacement |
getPlacement()
Gets or set mode of labels placement on axis. |
float |
getStep()
Gets or sets value which indicates with what steps do labels be shown on axis. |
java.lang.String |
getTextAfter()
Gets or sets string which will be output after argument string representation. |
StiMarkerAlignment |
getTextAlignment()
Gets or sets label text alignment. |
java.lang.String |
getTextBefore()
Gets or sets string which will be output before argument string representation. |
float |
getWidth()
Gets or sets fixed width of axis labels. |
boolean |
getWordWrap()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyStyle(boolean value)
|
void |
setAngle(float value)
|
void |
setAntialiasing(boolean value)
|
void |
setColor(StiColor value)
|
void |
setCore(StiAxisLabelsCoreXF value)
|
void |
setFont(StiFont value)
|
void |
setFormat(java.lang.String value)
|
void |
setPlacement(StiLabelsPlacement value)
|
void |
setStep(float value)
|
void |
setTextAfter(java.lang.String value)
|
void |
setTextAlignment(StiMarkerAlignment value)
|
void |
setTextBefore(java.lang.String value)
|
void |
setWidth(float value)
|
void |
setWordWrap(boolean 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 StiAxisLabels()
public StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle)
public StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle,
boolean wordWrap)
| Method Detail |
|---|
public final java.lang.Object clone()
clone in interface IStiAxisLabelsclone in class java.lang.Objectpublic final StiAxisLabelsCoreXF getCore()
getCore in interface IStiAxisLabelspublic final void setCore(StiAxisLabelsCoreXF value)
setCore in interface IStiAxisLabelspublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiAxisLabelspublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiAxisLabelspublic final java.lang.String getFormat()
getFormat in interface IStiAxisLabelspublic final void setFormat(java.lang.String value)
setFormat in interface IStiAxisLabelspublic final float getAngle()
getAngle in interface IStiAxisLabelspublic final void setAngle(float value)
setAngle in interface IStiAxisLabelspublic final float getWidth()
getWidth in interface IStiAxisLabelspublic final void setWidth(float value)
setWidth in interface IStiAxisLabelspublic final java.lang.String getTextBefore()
getTextBefore in interface IStiAxisLabelspublic final void setTextBefore(java.lang.String value)
setTextBefore in interface IStiAxisLabelspublic final java.lang.String getTextAfter()
getTextAfter in interface IStiAxisLabelspublic final void setTextAfter(java.lang.String value)
setTextAfter in interface IStiAxisLabelspublic final StiFont getFont()
getFont in interface IStiAxisLabelspublic final void setFont(StiFont value)
setFont in interface IStiAxisLabelspublic final boolean getAntialiasing()
getAntialiasing in interface IStiAxisLabelspublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiAxisLabelspublic final StiLabelsPlacement getPlacement()
getPlacement in interface IStiAxisLabelspublic final void setPlacement(StiLabelsPlacement value)
setPlacement in interface IStiAxisLabelspublic final StiColor getColor()
getColor in interface IStiAxisLabelspublic final void setColor(StiColor value)
setColor in interface IStiAxisLabelspublic StiMarkerAlignment getTextAlignment()
getTextAlignment in interface IStiAxisLabelspublic void setTextAlignment(StiMarkerAlignment value)
setTextAlignment in interface IStiAxisLabelspublic float getStep()
getStep in interface IStiAxisLabelspublic void setStep(float value)
setStep in interface IStiAxisLabelspublic final boolean getWordWrap()
getWordWrap in interface IStiAxisLabelspublic final void setWordWrap(boolean value)
setWordWrap in interface IStiAxisLabels
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 | |||||||||