|
||||||||||
| 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 IStiAreaclone in class StiAreapublic final StiAxisAreaCoreXF getAxisCore()
getAxisCore in interface IStiAxisAreapublic final IStiInterlacingHor getInterlacingHor()
getInterlacingHor in interface IStiAxisAreapublic final void setInterlacingHor(IStiInterlacingHor value)
setInterlacingHor in interface IStiAxisAreapublic final IStiInterlacingVert getInterlacingVert()
getInterlacingVert in interface IStiAxisAreapublic final void setInterlacingVert(IStiInterlacingVert value)
setInterlacingVert in interface IStiAxisAreapublic final IStiGridLinesHor getGridLinesHor()
getGridLinesHor in interface IStiAxisAreapublic final void setGridLinesHor(IStiGridLinesHor value)
setGridLinesHor in interface IStiAxisAreapublic final IStiGridLinesHor getGridLinesHorRight()
getGridLinesHorRight in interface IStiAxisAreapublic final void setGridLinesHorRight(IStiGridLinesHor value)
setGridLinesHorRight in interface IStiAxisAreapublic final IStiGridLinesVert getGridLinesVert()
getGridLinesVert in interface IStiAxisAreapublic final void setGridLinesVert(IStiGridLinesVert value)
setGridLinesVert in interface IStiAxisAreapublic final IStiYAxis getYAxis()
getYAxis in interface IStiAxisAreapublic final void setYAxis(IStiYAxis value)
setYAxis in interface IStiAxisAreapublic final IStiYAxis getYRightAxis()
getYRightAxis in interface IStiAxisAreapublic final void setYRightAxis(IStiYAxis value)
setYRightAxis in interface IStiAxisAreapublic final IStiXAxis getXAxis()
getXAxis in interface IStiAxisAreapublic final void setXAxis(IStiXAxis value)
setXAxis in interface IStiAxisAreapublic final IStiXAxis getXTopAxis()
getXTopAxis in interface IStiAxisAreapublic final void setXTopAxis(IStiXAxis value)
setXTopAxis in interface IStiAxisAreapublic boolean getReverseHor()
getReverseHor in interface IStiAxisAreapublic void setReverseHor(boolean value)
setReverseHor in interface IStiAxisAreapublic boolean getReverseVert()
getReverseVert in interface IStiAxisAreapublic void setReverseVert(boolean value)
setReverseVert in interface IStiAxisAreapublic java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType in interface IStiAreaGetDefaultSeriesLabelsType in class StiAreapublic java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes in interface IStiAreaGetSeriesLabelsTypes in class StiArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAreaJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAreaJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||