Uses of Class
net.sf.jasperreports.chartthemes.simple.PlotSettings
-
Packages that use PlotSettings Package Description net.sf.jasperreports.chartthemes.simple -
-
Uses of PlotSettings in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return PlotSettings Modifier and Type Method Description PlotSettings
ChartThemeSettings. getPlotSettings()
PlotSettings
SimpleChartTheme. getPlotSettings()
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type PlotSettings Modifier and Type Method Description protected Paint[]
SimpleChartTheme. getOutlinePaintSequence(PlotSettings plotSettings)
protected Stroke[]
SimpleChartTheme. getOutlineStrokeSequence(PlotSettings plotSettings)
protected Paint[]
SimpleChartTheme. getPaintSequence(PlotSettings plotSettings, JRChartPlot jrPlot)
protected Stroke[]
SimpleChartTheme. getStrokeSequence(PlotSettings plotSettings)
void
ChartThemeSettings. setPlotSettings(PlotSettings plotSettings)
-