Class StiAxisTitle
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxisTitle
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiAxisTitle,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiAxisTitle(StiFont font, String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle) -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Creates a new object that is a copy of the current instance.final StiStringAlignmentGets or sets title text alignment.final booleanGets or sets value which indicates that chart style will be used.final booleanGets or sets value which control antialiasing drawing mode.final StiColorgetColor()Gets or sets color which will be used for title drawing.final StiAxisTitleCoreXFgetCore()Gets or set text direction for axis title drawing.final StiFontgetFont()Gets or set font which will be used for axis title drawing.final StringgetText()Gets or sets title text.voidLoadFromJsonObject(JSONObject jObject) final voidsetAlignment(StiStringAlignment value) final voidsetAllowApplyStyle(boolean value) final voidsetAntialiasing(boolean value) final voidfinal voidsetCore(StiAxisTitleCoreXF value) voidsetDirection(StiDirection value) final voidfinal voidMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiAxisTitle
public StiAxisTitle() -
StiAxisTitle
public StiAxisTitle(StiFont font, String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle)
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiAxisTitle- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
getCore
- Specified by:
getCorein interfaceIStiAxisTitle
-
setCore
- Specified by:
setCorein interfaceIStiAxisTitle
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiAxisTitle
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiAxisTitle
-
getFont
Gets or set font which will be used for axis title drawing.- Specified by:
getFontin interfaceIStiAxisTitle
-
setFont
- Specified by:
setFontin interfaceIStiAxisTitle
-
getText
Gets or sets title text.- Specified by:
getTextin interfaceIStiAxisTitle
-
setText
- Specified by:
setTextin interfaceIStiAxisTitle
-
getColor
Gets or sets color which will be used for title drawing.- Specified by:
getColorin interfaceIStiAxisTitle
-
setColor
- Specified by:
setColorin interfaceIStiAxisTitle
-
getAntialiasing
public final boolean getAntialiasing()Gets or sets value which control antialiasing drawing mode.- Specified by:
getAntialiasingin interfaceIStiAxisTitle
-
setAntialiasing
public final void setAntialiasing(boolean value) - Specified by:
setAntialiasingin interfaceIStiAxisTitle
-
getAlignment
Gets or sets title text alignment.- Specified by:
getAlignmentin interfaceIStiAxisTitle
-
setAlignment
- Specified by:
setAlignmentin interfaceIStiAxisTitle
-
getDirection
Gets or set text direction for axis title drawing.- Specified by:
getDirectionin interfaceIStiAxisTitle
-
setDirection
- Specified by:
setDirectionin interfaceIStiAxisTitle
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-