public class ContourSignal extends Object
| Modifier and Type | Method and Description |
|---|---|
Vector<Vector<Point2D.Double>> |
contour(double level) |
void |
setMinMax(float xmin,
float xmax,
float ymin,
float ymax,
float zmin,
float zmax) |
void |
setMinMaxX(double xmin,
double xmax) |
void |
setMinMaxY(double ymin,
double ymax) |
void |
setMinMaxZ(double zmin,
double zmax) |
public Vector<Vector<Point2D.Double>> contour(double level)
public void setMinMax(float xmin,
float xmax,
float ymin,
float ymax,
float zmin,
float zmax)
public void setMinMaxX(double xmin,
double xmax)
public void setMinMaxY(double ymin,
double ymax)
public void setMinMaxZ(double zmin,
double zmax)
Copyright © 2021. All rights reserved.