public abstract class StiAreaCoreXF extends java.lang.Object implements java.lang.Cloneable, IStiApplyStyle
| Constructor and Description |
|---|
StiAreaCoreXF(IStiArea area) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(IStiChartStyle style)
Applying specified style to this area.
|
boolean |
CheckInLabelsTypes(java.lang.Class typeForCheck)
Internal use only.
|
java.lang.Object |
clone() |
IStiArea |
getArea() |
abstract java.lang.String |
getLocalizedName()
Gets a service name.
|
abstract int |
getPosition()
Gets position of this area.
|
java.util.ArrayList<IStiSeries> |
GetSeries()
Returns collections of corect series for this area.
|
StiChartSeriesOrientation |
getSeriesOrientation()
Gets series orientation of this area.
|
boolean |
IsAcceptableSeries(java.lang.Class seriesType) |
boolean |
IsAcceptableSeriesLabels(java.lang.Class seriesLabelsType) |
protected abstract void |
PrepareInfo(StiRectangle rect) |
abstract StiCellGeom |
Render(StiContext context,
StiRectangle rect) |
void |
setArea(IStiArea value) |
public StiAreaCoreXF(IStiArea area)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic void applyStyle(IStiChartStyle style)
applyStyle in interface IStiApplyStylepublic abstract StiCellGeom Render(StiContext context, StiRectangle rect)
protected abstract void PrepareInfo(StiRectangle rect)
public final boolean CheckInLabelsTypes(java.lang.Class typeForCheck)
public final java.util.ArrayList<IStiSeries> GetSeries()
public final boolean IsAcceptableSeries(java.lang.Class seriesType)
public final boolean IsAcceptableSeriesLabels(java.lang.Class seriesLabelsType)
public final IStiArea getArea()
public final void setArea(IStiArea value)
public abstract java.lang.String getLocalizedName()
public StiChartSeriesOrientation getSeriesOrientation()
public abstract int getPosition()
Copyright © 2019 Stimulsoft. All Rights Reserved.