Class UEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.AbstractShadowable
-
- net.sourceforge.plantuml.klimt.shape.UEllipse
-
- All Implemented Interfaces:
Shadowable
,UShape
,UShapeSized
public class UEllipse extends AbstractShadowable implements UShapeSized
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UEllipse
bigger(double more)
XDimension2D
getDimension()
double
getEndingX(double y)
double
getExtend()
double
getHeight()
XPoint2D
getPointAtAngle(double alpha)
double
getStart()
double
getStartingX(double y)
double
getWidth()
UEllipse
scale(double factor)
-
Methods inherited from class net.sourceforge.plantuml.klimt.AbstractShadowable
getDeltaShadow, setDeltaShadow
-
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidth
in interfaceUShapeSized
-
getHeight
public double getHeight()
- Specified by:
getHeight
in interfaceUShapeSized
-
getStart
public final double getStart()
-
getExtend
public final double getExtend()
-
getDimension
public XDimension2D getDimension()
-
bigger
public UEllipse bigger(double more)
-
scale
public UEllipse scale(double factor)
-
getStartingX
public double getStartingX(double y)
-
getEndingX
public double getEndingX(double y)
-
getPointAtAngle
public XPoint2D getPointAtAngle(double alpha)
-
-