Class AreaChartCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.StandardChartCompiler<AreaChart,N2oAreaChart>
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.AreaChartCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<AreaChart,N2oAreaChart,CompileContext<?,?>>,BaseSourceCompiler<AreaChart,N2oAreaChart,CompileContext<?,?>>
@Component public class AreaChartCompiler extends StandardChartCompiler<AreaChart,N2oAreaChart>
Компиляция компонента диаграммы-области
-
-
Constructor Summary
Constructors Constructor Description AreaChartCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaChartcompile(N2oAreaChart source, CompileContext<?,?> context, CompileProcessor p)java.lang.Class<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.chart.StandardChartCompiler
compileStandardChart
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler
build
-
-
-
-
Method Detail
-
compile
public AreaChart compile(N2oAreaChart source, CompileContext<?,?> context, CompileProcessor p)
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
-