|
||||||||||
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 IStiArea
clone
in class StiService
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.Class GetDefaultSeriesType()
GetDefaultSeriesType
in interface IStiArea
public abstract java.lang.Class[] GetSeriesTypes()
GetSeriesTypes
in interface IStiArea
public abstract java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType
in interface IStiArea
public abstract java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes
in interface IStiArea
public java.lang.String getServiceName()
getServiceName
in class StiService
public final java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public final java.lang.Class getServiceType()
getServiceType
in class StiService
public final boolean getIsDefaultSeriesTypeFullStackedColumnSeries()
getIsDefaultSeriesTypeFullStackedColumnSeries
in interface IStiArea
public final boolean getIsDefaultSeriesTypeFullStackedBarSeries()
getIsDefaultSeriesTypeFullStackedBarSeries
in interface IStiArea
public final StiAreaCoreXF getCore()
getCore
in interface IStiArea
public final void setCore(StiAreaCoreXF value)
setCore
in interface IStiArea
public IStiChart getChart()
getChart
in interface IStiArea
public void setChart(IStiChart value)
setChart
in interface IStiArea
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiArea
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiArea
public boolean getColorEach()
getColorEach
in interface IStiArea
public void setColorEach(boolean value)
setColorEach
in interface IStiArea
public final boolean getShowShadow()
getShowShadow
in interface IStiArea
public final void setShowShadow(boolean value)
setShowShadow
in interface IStiArea
public final StiColor getBorderColor()
getBorderColor
in interface IStiArea
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiArea
public final StiBrush getBrush()
getBrush
in interface IStiArea
public final void setBrush(StiBrush value)
setBrush
in interface IStiArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
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 |