public class UEllipse extends Object implements Scalable
| 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() |
UShape |
getScaled(double scale) |
double |
getStart() |
double |
getStartingX(double y) |
double |
getWidth() |
void |
setDeltaShadow(double deltaShadow) |
public UEllipse(double width,
double height)
public UEllipse(double width,
double height,
double start,
double extend)
public double getWidth()
public double getHeight()
public final double getStart()
public final double getExtend()
public Dimension2D getDimension()
public UEllipse bigger(double more)
public double getStartingX(double y)
public double getEndingX(double y)
public double getDeltaShadow()
getDeltaShadow in interface Shadowablepublic void setDeltaShadow(double deltaShadow)
setDeltaShadow in interface ShadowableCopyright © 2017. All rights reserved.