public class UEllipse extends java.lang.Object implements UShapeSized
| Constructor and Description |
|---|
UEllipse(double width,
double height) |
UEllipse(double width,
double height,
double start,
double extend) |
| Modifier and Type | Method and Description |
|---|---|
UEllipse |
bigger(double more) |
double |
getDeltaShadow() |
Dimension2D |
getDimension() |
double |
getEndingX(double y) |
double |
getExtend() |
double |
getHeight() |
java.awt.geom.Point2D |
getPointAtAngle(double alpha) |
double |
getStart() |
double |
getStartingX(double y) |
double |
getWidth() |
UEllipse |
scale(double factor) |
void |
setDeltaShadow(double deltaShadow) |
public UEllipse(double width,
double height)
public UEllipse(double width,
double height,
double start,
double extend)
public double getWidth()
getWidth in interface UShapeSizedpublic double getHeight()
getHeight in interface UShapeSizedpublic final double getStart()
public final double getExtend()
public Dimension2D getDimension()
public UEllipse bigger(double more)
public UEllipse scale(double factor)
public double getStartingX(double y)
public double getEndingX(double y)
public java.awt.geom.Point2D getPointAtAngle(double alpha)
public double getDeltaShadow()
getDeltaShadow in interface Shadowablepublic void setDeltaShadow(double deltaShadow)
setDeltaShadow in interface Shadowable