Uses of Class
com.arbergashi.charts.model.DefaultChartModel
Packages that use DefaultChartModel
Package
Description
Public API of the ArberCharts framework.
Data model layer of the ArberCharts framework.
-
Uses of DefaultChartModel in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return DefaultChartModelModifier and TypeMethodDescriptionstatic <T> DefaultChartModelChartModelBinder.bind(Collection<T> data, String name, ToDoubleFunction<T> xExtractor, ToDoubleFunction<T> yExtractor) Binds a collection of POJOs to a DefaultChartModel.ModelBuilder.build()Build and return the chart model.ModelBuilder.FinancialDataBuilder.build()Build and return the chart model.ModelBuilder.StatisticalDataBuilder.build()Build and return the chart model. -
Uses of DefaultChartModel in com.arbergashi.charts.model
Methods in com.arbergashi.charts.model that return DefaultChartModelModifier and TypeMethodDescriptionDefaultChartModel.setDispatchOnEdt(boolean enabled) Controls whether change listeners are notified on the Swing EDT.