| Package | Description |
|---|---|
| net.finmath.plots |
Simple convenient creation of plots.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Plot2D
Small convenient wrapper for JFreeChart line plot derived.
|
class |
Plot2DBarFX
Small convenient wrapper for Java FX line plot.
|
class |
Plot2DFX
Small convenient wrapper for Java FX line plot.
|
class |
Plot3D
Small convenient wrapper for JZY3D derived from the JZY3D SurfaceDemo.
|
class |
PlotProcess2D
Small convenient wrapper for JFreeChart line plot of a stochastic process.
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
Plot2DBarFX.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
PlotProcess2D.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
Plot2DFX.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
Plot2D.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
Plot.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
Plot3D.setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
Plot.setTitle(java.lang.String title) |
Plot |
Plot3D.setTitle(java.lang.String title) |
Plot |
Plot.setXAxisLabel(java.lang.String xAxisLabel) |
Plot |
Plot3D.setXAxisLabel(java.lang.String xAxisLabel) |
Plot |
Plot.setYAxisLabel(java.lang.String yAxisLabel) |
Plot |
Plot3D.setYAxisLabel(java.lang.String yAxisLabel) |
Plot |
Plot2DBarFX.setZAxisLabel(java.lang.String zAxisLabel) |
Plot |
PlotProcess2D.setZAxisLabel(java.lang.String zAxisLabel) |
Plot |
Plot2DFX.setZAxisLabel(java.lang.String zAxisLabel) |
Plot |
Plot2D.setZAxisLabel(java.lang.String zAxisLabel) |
Plot |
Plot.setZAxisLabel(java.lang.String zAxisLabel) |
Plot |
Plot3D.setZAxisLabel(java.lang.String zAxisLabel) |
Copyright © 2018. All Rights Reserved.