|
||||||||||
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 IStiChartTitle
public final void setCore(StiChartTitleCoreXF value)
setCore
in interface IStiChartTitle
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiChartTitle
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiChartTitle
public final StiFont getFont()
getFont
in interface IStiChartTitle
public final void setFont(StiFont value)
setFont
in interface IStiChartTitle
public final java.lang.String getText()
getText
in interface IStiChartTitle
public final void setText(java.lang.String value)
setText
in interface IStiChartTitle
public final StiBrush getBrush()
getBrush
in interface IStiChartTitle
public final void setBrush(StiBrush value)
setBrush
in interface IStiChartTitle
public final boolean getAntialiasing()
getAntialiasing
in interface IStiChartTitle
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiChartTitle
public final StiStringAlignment getAlignment()
getAlignment
in interface IStiChartTitle
public final void setAlignment(StiStringAlignment value)
setAlignment
in interface IStiChartTitle
public final StiChartTitleDock getDock()
getDock
in interface IStiChartTitle
public final void setDock(StiChartTitleDock value)
setDock
in interface IStiChartTitle
public final int getSpacing()
getSpacing
in interface IStiChartTitle
public final void setSpacing(int value)
setSpacing
in interface IStiChartTitle
public final boolean getVisible()
getVisible
in interface IStiChartTitle
public final void setVisible(boolean value)
setVisible
in interface IStiChartTitle
public final IStiChart getChart()
getChart
in interface IStiChartTitle
public final void setChart(IStiChart value)
setChart
in interface IStiChartTitle
public final java.lang.Object clone()
clone
in interface IStiChartTitle
clone
in class java.lang.Object
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 |