Uses of Class
htw.ai.dln.utils.Plot.PlotOptions
-
Packages that use Plot.PlotOptions Package Description htw.ai.dln.utils -
-
Uses of Plot.PlotOptions in htw.ai.dln.utils
Methods in htw.ai.dln.utils that return Plot.PlotOptions Modifier and Type Method Description Plot.PlotOptionsPlot.PlotOptions. bgColor(java.awt.Color color)Plot.PlotOptionsPlot.PlotOptions. fgColor(java.awt.Color color)Plot.PlotOptionsPlot.PlotOptions. gridColor(java.awt.Color color)Plot.PlotOptionsPlot.PlotOptions. grids(int byX, int byY)Plot.PlotOptionsPlot.PlotOptions. gridStroke(java.awt.Stroke stroke)Plot.PlotOptionsPlot.PlotOptions. height(int height)Plot.PlotOptionsPlot.PlotOptions. labelFont(java.awt.Font font)Plot.PlotOptionsPlot.PlotOptions. labelPadding(int padding)Plot.PlotOptionsPlot.PlotOptions. legend(Plot.LegendFormat legend)Plot.PlotOptionsPlot. opts()Plot.PlotOptionsPlot.PlotOptions. padding(int padding)static Plot.PlotOptionsPlot. plotOpts()Plot.PlotOptionsPlot.PlotOptions. plotPadding(int padding)Plot.PlotOptionsPlot.PlotOptions. tickSize(int value)Plot.PlotOptionsPlot.PlotOptions. title(java.lang.String title)Plot.PlotOptionsPlot.PlotOptions. titleFont(java.awt.Font font)Plot.PlotOptionsPlot.PlotOptions. width(int width)Methods in htw.ai.dln.utils with parameters of type Plot.PlotOptions Modifier and Type Method Description static PlotPlot. plot(Plot.PlotOptions opts)
-