|
||||||||||
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 IStiAxisLabels
clone
in class java.lang.Object
public final StiAxisLabelsCoreXF getCore()
getCore
in interface IStiAxisLabels
public final void setCore(StiAxisLabelsCoreXF value)
setCore
in interface IStiAxisLabels
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiAxisLabels
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiAxisLabels
public final java.lang.String getFormat()
getFormat
in interface IStiAxisLabels
public final void setFormat(java.lang.String value)
setFormat
in interface IStiAxisLabels
public final float getAngle()
getAngle
in interface IStiAxisLabels
public final void setAngle(float value)
setAngle
in interface IStiAxisLabels
public final float getWidth()
getWidth
in interface IStiAxisLabels
public final void setWidth(float value)
setWidth
in interface IStiAxisLabels
public final java.lang.String getTextBefore()
getTextBefore
in interface IStiAxisLabels
public final void setTextBefore(java.lang.String value)
setTextBefore
in interface IStiAxisLabels
public final java.lang.String getTextAfter()
getTextAfter
in interface IStiAxisLabels
public final void setTextAfter(java.lang.String value)
setTextAfter
in interface IStiAxisLabels
public final StiFont getFont()
getFont
in interface IStiAxisLabels
public final void setFont(StiFont value)
setFont
in interface IStiAxisLabels
public final boolean getAntialiasing()
getAntialiasing
in interface IStiAxisLabels
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiAxisLabels
public final StiLabelsPlacement getPlacement()
getPlacement
in interface IStiAxisLabels
public final void setPlacement(StiLabelsPlacement value)
setPlacement
in interface IStiAxisLabels
public final StiColor getColor()
getColor
in interface IStiAxisLabels
public final void setColor(StiColor value)
setColor
in interface IStiAxisLabels
public StiMarkerAlignment getTextAlignment()
getTextAlignment
in interface IStiAxisLabels
public void setTextAlignment(StiMarkerAlignment value)
setTextAlignment
in interface IStiAxisLabels
public float getStep()
getStep
in interface IStiAxisLabels
public void setStep(float value)
setStep
in interface IStiAxisLabels
public final boolean getWordWrap()
getWordWrap
in interface IStiAxisLabels
public final void setWordWrap(boolean value)
setWordWrap
in interface IStiAxisLabels
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 |