Class StandardChartCompiler<D extends StandardChartWidgetComponent,S extends N2oStandardChart>
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.widget.chart.StandardChartCompiler<D,S>
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,S,CompileContext<?,?>>,BaseSourceCompiler<D,S,CompileContext<?,?>>
- Direct Known Subclasses:
AreaChartCompiler,BarChartCompiler,LineChartCompiler
@Component public abstract class StandardChartCompiler<D extends StandardChartWidgetComponent,S extends N2oStandardChart> extends AbstractChartCompiler<D,S>
Компиляция стандартного компонента диаграммы
-
-
Constructor Summary
Constructors Constructor Description StandardChartCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DcompileStandardChart(D chart, S source, CompileContext<?,?> context, CompileProcessor p)-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler
build
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
-
-
-
Method Detail
-
compileStandardChart
protected D compileStandardChart(D chart, S source, CompileContext<?,?> context, CompileProcessor p)
-
-