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