Uses of Class
net.finmath.plots.PlotProcess2D
-
Packages that use PlotProcess2D Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of PlotProcess2D in net.finmath.plots
Methods in net.finmath.plots that return PlotProcess2D Modifier and Type Method Description PlotProcess2DPlotProcess2D. saveAsJPG(File file, int width, int height)PlotProcess2DPlotProcess2D. saveAsPDF(File file, int width, int height)PlotProcess2DPlotProcess2D. saveAsPNG(File file, int width, int height)PlotProcess2DPlotProcess2D. saveAsSVG(File file, int width, int height)PlotProcess2DPlotProcess2D. setColors(Color[] colors)PlotProcess2DPlotProcess2D. setTitle(String title)PlotProcess2DPlotProcess2D. setXAxisLabel(String xAxisLabel)PlotProcess2DPlotProcess2D. setXAxisNumberFormat(NumberFormat xAxisNumberFormat)PlotProcess2DPlotProcess2D. setYAxisLabel(String yAxisLabel)PlotProcess2DPlotProcess2D. setYAxisNumberFormat(NumberFormat yAxisNumberFormat)
-