|
||||||||||
| 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
public abstract class StiArea
Describes base class for all chart areas.
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiArea()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used. |
StiColor |
getBorderColor()
Gets or sets border color of this area. |
StiBrush |
getBrush()
Gets or sets brush to fill a area. |
IStiChart |
getChart()
Gets or sets reference to chart component which contain this area. |
boolean |
getColorEach()
Gets or sets value which indicates that each series is drawn by its own colour. |
StiAreaCoreXF |
getCore()
|
abstract java.lang.Class |
GetDefaultSeriesLabelsType()
|
abstract java.lang.Class |
GetDefaultSeriesType()
|
boolean |
getIsDefaultSeriesTypeFullStackedBarSeries()
|
boolean |
getIsDefaultSeriesTypeFullStackedColumnSeries()
|
abstract java.lang.Class[] |
GetSeriesLabelsTypes()
|
abstract java.lang.Class[] |
GetSeriesTypes()
|
java.lang.String |
getServiceCategory()
Gets a service category. |
java.lang.String |
getServiceName()
Gets a service name. |
java.lang.Class |
getServiceType()
Gets a service type. |
boolean |
getShowShadow()
Gets or sets value which indicates necessary draw shadod or no. |
void |
LoadFromJsonObject(JSONObject jObject)
|
static IStiArea |
LoadFromJsonObjectInternal(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyStyle(boolean value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setChart(IStiChart value)
|
void |
setColorEach(boolean value)
|
void |
setCore(StiAreaCoreXF value)
|
void |
setShowShadow(boolean value)
|
java.lang.String |
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.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiArea()
| Method Detail |
|---|
public java.lang.Object clone()
clone in interface IStiAreaclone in class StiServicepublic java.lang.String toString()
toString in class java.lang.Objectpublic abstract java.lang.Class GetDefaultSeriesType()
GetDefaultSeriesType in interface IStiAreapublic abstract java.lang.Class[] GetSeriesTypes()
GetSeriesTypes in interface IStiAreapublic abstract java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType in interface IStiAreapublic abstract java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes in interface IStiAreapublic java.lang.String getServiceName()
getServiceName in class StiServicepublic final java.lang.String getServiceCategory()
getServiceCategory in class StiServicepublic final java.lang.Class getServiceType()
getServiceType in class StiServicepublic final boolean getIsDefaultSeriesTypeFullStackedColumnSeries()
getIsDefaultSeriesTypeFullStackedColumnSeries in interface IStiAreapublic final boolean getIsDefaultSeriesTypeFullStackedBarSeries()
getIsDefaultSeriesTypeFullStackedBarSeries in interface IStiAreapublic final StiAreaCoreXF getCore()
getCore in interface IStiAreapublic final void setCore(StiAreaCoreXF value)
setCore in interface IStiAreapublic IStiChart getChart()
getChart in interface IStiAreapublic void setChart(IStiChart value)
setChart in interface IStiAreapublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiAreapublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiAreapublic boolean getColorEach()
getColorEach in interface IStiAreapublic void setColorEach(boolean value)
setColorEach in interface IStiAreapublic final boolean getShowShadow()
getShowShadow in interface IStiAreapublic final void setShowShadow(boolean value)
setShowShadow in interface IStiAreapublic final StiColor getBorderColor()
getBorderColor in interface IStiAreapublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiAreapublic final StiBrush getBrush()
getBrush in interface IStiAreapublic final void setBrush(StiBrush value)
setBrush in interface IStiArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
public static IStiArea LoadFromJsonObjectInternal(JSONObject jObject)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||