public abstract class StiArea extends StiService implements IStiArea, IStiSerializeToCodeAsClass
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiArea() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetReference, setReferencepublic 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()
public final void setCore(StiAreaCoreXF value)
public IStiChart getChart()
public 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()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic static IStiArea LoadFromJsonObjectInternal(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.