|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.chart.core.area.StiAreaCoreXF
public abstract class StiAreaCoreXF
Describes base class for all chart areas.
Constructor Summary | |
---|---|
StiAreaCoreXF(IStiArea area)
|
Method Summary | |
---|---|
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)
|
abstract StiCellGeom |
Render(StiContext context,
StiRectangle rect)
|
void |
setArea(IStiArea value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiAreaCoreXF(IStiArea area)
Method Detail |
---|
public final java.lang.Object clone()
clone
in class java.lang.Object
public void applyStyle(IStiChartStyle style)
applyStyle
in interface IStiApplyStyle
public abstract StiCellGeom Render(StiContext context, 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |