|
||||||||||
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.base.services.StiService
com.stimulsoft.report.chart.view.areas.StiArea
com.stimulsoft.report.chart.view.areas.StiAxisArea
public abstract class StiAxisArea
Describes base class for all axis areas.
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiAxisArea()
Creates new object of StiAxisArea type. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiAxisAreaCoreXF |
getAxisCore()
|
java.lang.Class |
GetDefaultSeriesLabelsType()
Returns default for this area series labels type. |
IStiGridLinesHor |
getGridLinesHor()
Gets or sets horizontal grid lines on left axis. |
IStiGridLinesHor |
getGridLinesHorRight()
Gets or sets horizontal grid lines on right axis. |
IStiGridLinesVert |
getGridLinesVert()
Gets or sets grid lines on vertical axis. |
IStiInterlacingHor |
getInterlacingHor()
Gets or sets interlacing settings on horizontal axis. |
IStiInterlacingVert |
getInterlacingVert()
Gets or sets interlacing settings on vertical axis. |
boolean |
getReverseHor()
Gets or sets value which indicate that all values on horizontal axis is reverse. |
boolean |
getReverseVert()
Gets or sets value which indicate that all values on vertical axis is reverse. |
java.lang.Class[] |
GetSeriesLabelsTypes()
Returns array of types which contains all series labels types for this area. |
IStiXAxis |
getXAxis()
Gets or sets settings of XAxis. |
IStiXAxis |
getXTopAxis()
Gets or sets settings of XTopAxis. |
IStiYAxis |
getYAxis()
Gets or sets settings of YAxis. |
IStiYAxis |
getYRightAxis()
Gets or sets settings of YRightAxis. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setGridLinesHor(IStiGridLinesHor value)
|
void |
setGridLinesHorRight(IStiGridLinesHor value)
|
void |
setGridLinesVert(IStiGridLinesVert value)
|
void |
setInterlacingHor(IStiInterlacingHor value)
|
void |
setInterlacingVert(IStiInterlacingVert value)
|
void |
setReverseHor(boolean value)
|
void |
setReverseVert(boolean value)
|
void |
setXAxis(IStiXAxis value)
|
void |
setXTopAxis(IStiXAxis value)
|
void |
setYAxis(IStiYAxis value)
|
void |
setYRightAxis(IStiYAxis value)
|
Methods inherited from class com.stimulsoft.report.chart.view.areas.StiArea |
---|
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow, toString |
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiArea |
---|
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiAxisArea()
Method Detail |
---|
public java.lang.Object clone()
clone
in interface IStiArea
clone
in class StiArea
public final StiAxisAreaCoreXF getAxisCore()
getAxisCore
in interface IStiAxisArea
public final IStiInterlacingHor getInterlacingHor()
getInterlacingHor
in interface IStiAxisArea
public final void setInterlacingHor(IStiInterlacingHor value)
setInterlacingHor
in interface IStiAxisArea
public final IStiInterlacingVert getInterlacingVert()
getInterlacingVert
in interface IStiAxisArea
public final void setInterlacingVert(IStiInterlacingVert value)
setInterlacingVert
in interface IStiAxisArea
public final IStiGridLinesHor getGridLinesHor()
getGridLinesHor
in interface IStiAxisArea
public final void setGridLinesHor(IStiGridLinesHor value)
setGridLinesHor
in interface IStiAxisArea
public final IStiGridLinesHor getGridLinesHorRight()
getGridLinesHorRight
in interface IStiAxisArea
public final void setGridLinesHorRight(IStiGridLinesHor value)
setGridLinesHorRight
in interface IStiAxisArea
public final IStiGridLinesVert getGridLinesVert()
getGridLinesVert
in interface IStiAxisArea
public final void setGridLinesVert(IStiGridLinesVert value)
setGridLinesVert
in interface IStiAxisArea
public final IStiYAxis getYAxis()
getYAxis
in interface IStiAxisArea
public final void setYAxis(IStiYAxis value)
setYAxis
in interface IStiAxisArea
public final IStiYAxis getYRightAxis()
getYRightAxis
in interface IStiAxisArea
public final void setYRightAxis(IStiYAxis value)
setYRightAxis
in interface IStiAxisArea
public final IStiXAxis getXAxis()
getXAxis
in interface IStiAxisArea
public final void setXAxis(IStiXAxis value)
setXAxis
in interface IStiAxisArea
public final IStiXAxis getXTopAxis()
getXTopAxis
in interface IStiAxisArea
public final void setXTopAxis(IStiXAxis value)
setXTopAxis
in interface IStiAxisArea
public boolean getReverseHor()
getReverseHor
in interface IStiAxisArea
public void setReverseHor(boolean value)
setReverseHor
in interface IStiAxisArea
public boolean getReverseVert()
getReverseVert
in interface IStiAxisArea
public void setReverseVert(boolean value)
setReverseVert
in interface IStiAxisArea
public java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType
in interface IStiArea
GetDefaultSeriesLabelsType
in class StiArea
public java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes
in interface IStiArea
GetSeriesLabelsTypes
in class StiArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiArea
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiArea
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |