com.stimulsoft.report.chart.interfaces.axis
Interface IStiAxisTitle

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiAxisTitle

public interface IStiAxisTitle
extends IStiSerializableRef, java.lang.Cloneable, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 StiStringAlignment getAlignment()
           
 boolean getAllowApplyStyle()
           
 boolean getAntialiasing()
           
 StiColor getColor()
           
 StiAxisTitleCoreXF getCore()
           
 StiDirection getDirection()
           
 StiFont getFont()
           
 java.lang.String getText()
           
 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 interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getCore

StiAxisTitleCoreXF getCore()

setCore

void setCore(StiAxisTitleCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getFont

StiFont getFont()

setFont

void setFont(StiFont value)

getText

java.lang.String getText()

setText

void setText(java.lang.String value)

getColor

StiColor getColor()

setColor

void setColor(StiColor value)

getAntialiasing

boolean getAntialiasing()

setAntialiasing

void setAntialiasing(boolean value)

getAlignment

StiStringAlignment getAlignment()

setAlignment

void setAlignment(StiStringAlignment value)

getDirection

StiDirection getDirection()

setDirection

void setDirection(StiDirection value)

clone

java.lang.Object clone()