public class ContainingEllipse extends Object
| Constructor and Description |
|---|
ContainingEllipse(double coefY) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(double x,
double y) |
void |
append(Point2D pt) |
UEllipse |
asUEllipse() |
Point2D |
getCenter() |
double |
getHeight() |
double |
getWidth() |
void |
setDeltaShadow(double deltaShadow) |
String |
toString() |
public void append(Point2D pt)
public void append(double x,
double y)
public double getWidth()
public double getHeight()
public Point2D getCenter()
public UEllipse asUEllipse()
public void setDeltaShadow(double deltaShadow)
Copyright © 2017. All rights reserved.