|
||||||||||
| 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.chartTitle.StiChartTitle
public class StiChartTitle
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiChartTitle()
|
|
StiChartTitle(StiFont font,
java.lang.String text,
StiBrush brush,
boolean antialiasing,
StiStringAlignment alignment,
StiChartTitleDock dock,
int spacing,
boolean visible,
boolean allowApplyStyle)
|
|
| Method Summary | |
|---|---|
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)
|
| 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 StiChartTitle()
public StiChartTitle(StiFont font,
java.lang.String text,
StiBrush brush,
boolean antialiasing,
StiStringAlignment alignment,
StiChartTitleDock dock,
int spacing,
boolean visible,
boolean allowApplyStyle)
| Method Detail |
|---|
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.Object
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 | |||||||||