Class UEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UEllipse
-
- All Implemented Interfaces:
Shadowable,UShape,UShapeSized
public class UEllipse extends java.lang.Object implements UShapeSized
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UEllipsebigger(double more)doublegetDeltaShadow()Dimension2DgetDimension()doublegetEndingX(double y)doublegetExtend()doublegetHeight()java.awt.geom.Point2DgetPointAtAngle(double alpha)doublegetStart()doublegetStartingX(double y)doublegetWidth()UEllipsescale(double factor)voidsetDeltaShadow(double deltaShadow)
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidthin interfaceUShapeSized
-
getHeight
public double getHeight()
- Specified by:
getHeightin interfaceUShapeSized
-
getStart
public final double getStart()
-
getExtend
public final double getExtend()
-
getDimension
public Dimension2D 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 java.awt.geom.Point2D getPointAtAngle(double alpha)
-
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadowin interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadowin interfaceShadowable
-
-