public class PlotableFunction2D extends java.lang.Object implements Plotable2D
| Constructor and Description |
|---|
PlotableFunction2D(double xmin,
double xmax,
int numberOfPointsX,
Named<java.util.function.DoubleUnaryOperator> namedFunction,
GraphStyle style) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.List<Point2D> |
getSeries() |
GraphStyle |
getStyle() |
public PlotableFunction2D(double xmin,
double xmax,
int numberOfPointsX,
Named<java.util.function.DoubleUnaryOperator> namedFunction,
GraphStyle style)
public java.util.List<Point2D> getSeries()
getSeries in interface Plotable2Dpublic GraphStyle getStyle()
getStyle in interface Plotable2DCopyright © 2019. All Rights Reserved.