Class UEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UEllipse
-
- All Implemented Interfaces:
Scalable
,Shadowable
,UShape
,UShapeSized
public class UEllipse extends java.lang.Object implements Scalable, UShapeSized
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UEllipse
bigger(double more)
double
getDeltaShadow()
java.awt.geom.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)
-
-
-
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 java.awt.geom.Dimension2D getDimension()
-
bigger
public UEllipse bigger(double more)
-
getStartingX
public double getStartingX(double y)
-
getEndingX
public double getEndingX(double y)
-
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadow
in interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadow
in interfaceShadowable
-
-