public class StiAxisTitle extends StiSerializedObject implements IStiAxisTitle, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiAxisTitle() |
StiAxisTitle(StiFont font,
java.lang.String text,
StiColor color,
boolean antialiasing,
StiStringAlignment alignment,
StiDirection direction,
boolean allowApplyStyle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
StiStringAlignment |
getAlignment()
Gets or sets title text alignment.
|
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 |
getColor()
Gets or sets color which will be used for title drawing.
|
StiAxisTitleCoreXF |
getCore() |
StiDirection |
getDirection()
Gets or set text direction for axis title drawing.
|
StiFont |
getFont()
Gets or set font which will be used for axis title drawing.
|
java.lang.String |
getText()
Gets or sets title text.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAlignment(StiStringAlignment value) |
void |
setAllowApplyStyle(boolean value) |
void |
setAntialiasing(boolean value) |
void |
setColor(StiColor value) |
void |
setCore(StiAxisTitleCoreXF value) |
void |
setDirection(StiDirection value) |
void |
setFont(StiFont value) |
void |
setText(java.lang.String value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiAxisTitle()
public StiAxisTitle(StiFont font, java.lang.String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle)
public final java.lang.Object clone()
clone in interface IStiAxisTitleclone in class java.lang.Objectpublic final StiAxisTitleCoreXF getCore()
getCore in interface IStiAxisTitlepublic final void setCore(StiAxisTitleCoreXF value)
setCore in interface IStiAxisTitlepublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiAxisTitlepublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiAxisTitlepublic final StiFont getFont()
getFont in interface IStiAxisTitlepublic final void setFont(StiFont value)
setFont in interface IStiAxisTitlepublic final java.lang.String getText()
getText in interface IStiAxisTitlepublic final void setText(java.lang.String value)
setText in interface IStiAxisTitlepublic final StiColor getColor()
getColor in interface IStiAxisTitlepublic final void setColor(StiColor value)
setColor in interface IStiAxisTitlepublic final boolean getAntialiasing()
getAntialiasing in interface IStiAxisTitlepublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiAxisTitlepublic final StiStringAlignment getAlignment()
getAlignment in interface IStiAxisTitlepublic final void setAlignment(StiStringAlignment value)
setAlignment in interface IStiAxisTitlepublic StiDirection getDirection()
getDirection in interface IStiAxisTitlepublic void setDirection(StiDirection value)
setDirection in interface IStiAxisTitlepublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.