Class BarChartCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.StandardChartCompiler<BarChart,N2oBarChart>
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.BarChartCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<BarChart,N2oBarChart,CompileContext<?,?>>,BaseSourceCompiler<BarChart,N2oBarChart,CompileContext<?,?>>
@Component public class BarChartCompiler extends StandardChartCompiler<BarChart,N2oBarChart>
Компиляция компонента гистограммы
-
-
Constructor Summary
Constructors Constructor Description BarChartCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BarChartcompile(N2oBarChart 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 BarChart compile(N2oBarChart source, CompileContext<?,?> context, CompileProcessor p)
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
-