Class StiAreaCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.area.StiAreaCoreXF
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
- Direct Known Subclasses:
StiAxisAreaCoreXF,StiFunnelAreaCoreXF,StiPieAreaCoreXF,StiRadarAreaCoreXF
Describes base class for all chart areas.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiChartStyle style) Applying specified style to this area.final booleanCheckInLabelsTypes(Class typeForCheck) Internal use only.final Objectclone()final IStiAreagetArea()abstract StringGets a service name.abstract intGets position of this area.final ArrayList<IStiSeries> Returns collections of corect series for this area.Gets series orientation of this area.final booleanIsAcceptableSeries(Class seriesType) final booleanIsAcceptableSeriesLabels(Class seriesLabelsType) protected abstract voidPrepareInfo(StiRectangle rect) abstract StiCellGeomRender(StiContext context, StiRectangle rect) final void
-
Constructor Details
-
StiAreaCoreXF
-
-
Method Details
-
clone
-
applyStyle
Applying specified style to this area.- Specified by:
applyStylein interfaceIStiApplyStyle
-
Render
-
PrepareInfo
-
CheckInLabelsTypes
Internal use only. -
GetSeries
Returns collections of corect series for this area.- Returns:
-
IsAcceptableSeries
-
IsAcceptableSeriesLabels
-
getArea
-
setArea
-
getLocalizedName
Gets a service name. -
getSeriesOrientation
Gets series orientation of this area. -
getPosition
public abstract int getPosition()Gets position of this area.
-