public class Isoline extends Shape
| Constructor and Description |
|---|
Isoline(double level,
boolean isLevelVisible)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(double... point)
Add a point to the contour line.
|
boolean |
isEmpty()
Returns true if the isoline doesn't have any points.
|
void |
paint(Graphics g)
Paint the contour line.
|