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 -
Method Summary
Modifier and TypeMethodDescriptionprotected DcompileStandardChart(D chart, S source, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.chart.AbstractChartCompiler
buildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClassMethods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
Constructor Details
-
StandardChartCompiler
public StandardChartCompiler()
-
-
Method Details
-
compileStandardChart
-