Package net.finmath.plots
Interface Plotable2D
-
- All Superinterfaces:
Plotable
- All Known Implementing Classes:
PlotableFunction2D,PlotablePoints2D
public interface Plotable2D extends Plotable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NumberAxisgetDomainAxis()default NumberAxisgetRangeAxis()List<Point2D>getSeries()GraphStylegetStyle()
-
-
-
Method Detail
-
getStyle
GraphStyle getStyle()
-
getDomainAxis
default NumberAxis getDomainAxis()
-
getRangeAxis
default NumberAxis getRangeAxis()
-
-