Uses of Class
org.ujmp.jfreechart.ChartConfiguration
-
Packages that use ChartConfiguration Package Description org.ujmp.jfreechart -
-
Uses of ChartConfiguration in org.ujmp.jfreechart
Fields in org.ujmp.jfreechart declared as ChartConfiguration Modifier and Type Field Description private ChartConfiguration
AbstractChartPanel. config
Methods in org.ujmp.jfreechart that return ChartConfiguration Modifier and Type Method Description ChartConfiguration
AbstractChartPanel. getConfig()
Methods in org.ujmp.jfreechart with parameters of type ChartConfiguration Modifier and Type Method Description void
AbstractChartPanel. setConfig(ChartConfiguration config)
Constructors in org.ujmp.jfreechart with parameters of type ChartConfiguration Constructor Description AbstractChartPanel(MatrixGUIObject matrix, ChartConfiguration config)
MatrixChartPanel(Matrix m, ChartConfiguration config)
MatrixChartPanel(MatrixGUIObject matrix, ChartConfiguration config)
-