|
||||||||||
| 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.StiAxisTitle
public class StiAxisTitle
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiAxisTitle()
|
|
StiAxisTitle(StiFont font,
java.lang.String text,
StiColor color,
boolean antialiasing,
StiStringAlignment alignment,
StiDirection direction,
boolean allowApplyStyle)
|
|
| Method Summary | |
|---|---|
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)
|
| 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 StiAxisTitle()
public StiAxisTitle(StiFont font,
java.lang.String text,
StiColor color,
boolean antialiasing,
StiStringAlignment alignment,
StiDirection direction,
boolean allowApplyStyle)
| Method Detail |
|---|
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 IStiAxisTitle
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 | |||||||||