Uses of Interface
org.wicketstuff.jqplot.lib.Chart
Packages that use Chart
-
Uses of Chart in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib with parameters of type ChartModifier and TypeMethodDescriptionstatic StringJqPlotUtils.createJquery(Chart<?> chart, String divId) Cria um comando jquerystatic StringJqPlotUtils.createJquery(Chart<?> chart, String divId, String javaScriptVar) Cria um comando jqueryJqPlotUtils.retriveJavaScriptResources(Chart<?> chart) Retorna os recursos de javascript -
Uses of Chart in org.wicketstuff.jqplot.lib.chart
Classes in org.wicketstuff.jqplot.lib.chart that implement ChartModifier and TypeClassDescriptionclassAbstractChart<T extends ChartData<?>,S extends Serializable> Abstract class to help build charts.classSimple implementation of Area Chart.classSimple implementation of Bar Chart.classBarSeriesChart<I extends Number,V extends Number> Simple implementation of Bar Chart.classSimple implementation of Bubble Chart.classLabeledLineChart<T extends Number>Simple implementation of Labeled Line Chart.classSimple implementation of Line Chart.classLineSeriesChart<I extends Number,V extends Number> Simple implementation of Line Series Chart.classSimple implementation of Meter Gauge Chart.classSimple implementation of Pie Chart.classPieDonutChart<T extends Number>Simple implementation of Pie Donut Chart.