|
||||||||||
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 IStiAxisTitle
clone
in class java.lang.Object
public final StiAxisTitleCoreXF getCore()
getCore
in interface IStiAxisTitle
public final void setCore(StiAxisTitleCoreXF value)
setCore
in interface IStiAxisTitle
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiAxisTitle
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiAxisTitle
public final StiFont getFont()
getFont
in interface IStiAxisTitle
public final void setFont(StiFont value)
setFont
in interface IStiAxisTitle
public final java.lang.String getText()
getText
in interface IStiAxisTitle
public final void setText(java.lang.String value)
setText
in interface IStiAxisTitle
public final StiColor getColor()
getColor
in interface IStiAxisTitle
public final void setColor(StiColor value)
setColor
in interface IStiAxisTitle
public final boolean getAntialiasing()
getAntialiasing
in interface IStiAxisTitle
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiAxisTitle
public final StiStringAlignment getAlignment()
getAlignment
in interface IStiAxisTitle
public final void setAlignment(StiStringAlignment value)
setAlignment
in interface IStiAxisTitle
public StiDirection getDirection()
getDirection
in interface IStiAxisTitle
public void setDirection(StiDirection value)
setDirection
in interface IStiAxisTitle
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 |