public class StiChartTitle extends StiSerializedObject implements IStiChartTitle, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiChartTitle() |
StiChartTitle(StiFont font,
java.lang.String text,
StiBrush brush,
boolean antialiasing,
StiStringAlignment alignment,
StiChartTitleDock dock,
int spacing,
boolean visible,
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 os sets alignment of chart title.
|
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 of chart title.
|
StiBrush |
getBrush()
Gets or sets text brush of the chart title.
|
IStiChart |
getChart() |
StiChartTitleCoreXF |
getCore() |
StiChartTitleDock |
getDock()
Gets or sets docking ot chart title.
|
StiFont |
getFont()
Gets or sets font of the chart title.
|
int |
getSpacing()
Gets or sets spacing between chart title and chart area.
|
java.lang.String |
getText()
Gets or sets text of the chart title.
|
boolean |
getVisible()
Gets or sets visibility of chart title.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAlignment(StiStringAlignment value) |
void |
setAllowApplyStyle(boolean value) |
void |
setAntialiasing(boolean value) |
void |
setBrush(StiBrush value) |
void |
setChart(IStiChart value) |
void |
setCore(StiChartTitleCoreXF value) |
void |
setDock(StiChartTitleDock value) |
void |
setFont(StiFont value) |
void |
setSpacing(int value) |
void |
setText(java.lang.String value) |
void |
setVisible(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiChartTitle()
public StiChartTitle(StiFont font, java.lang.String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle)
public final StiChartTitleCoreXF getCore()
getCore in interface IStiChartTitlepublic final void setCore(StiChartTitleCoreXF value)
setCore in interface IStiChartTitlepublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiChartTitlepublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiChartTitlepublic final StiFont getFont()
getFont in interface IStiChartTitlepublic final void setFont(StiFont value)
setFont in interface IStiChartTitlepublic final java.lang.String getText()
getText in interface IStiChartTitlepublic final void setText(java.lang.String value)
setText in interface IStiChartTitlepublic final StiBrush getBrush()
getBrush in interface IStiChartTitlepublic final void setBrush(StiBrush value)
setBrush in interface IStiChartTitlepublic final boolean getAntialiasing()
getAntialiasing in interface IStiChartTitlepublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiChartTitlepublic final StiStringAlignment getAlignment()
getAlignment in interface IStiChartTitlepublic final void setAlignment(StiStringAlignment value)
setAlignment in interface IStiChartTitlepublic final StiChartTitleDock getDock()
getDock in interface IStiChartTitlepublic final void setDock(StiChartTitleDock value)
setDock in interface IStiChartTitlepublic final int getSpacing()
getSpacing in interface IStiChartTitlepublic final void setSpacing(int value)
setSpacing in interface IStiChartTitlepublic final boolean getVisible()
getVisible in interface IStiChartTitlepublic final void setVisible(boolean value)
setVisible in interface IStiChartTitlepublic final IStiChart getChart()
getChart in interface IStiChartTitlepublic final void setChart(IStiChart value)
setChart in interface IStiChartTitlepublic final java.lang.Object clone()
clone in interface IStiChartTitleclone in class java.lang.Objectpublic 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.