Class UEllipse
java.lang.Object
net.sourceforge.plantuml.klimt.AbstractShadowable
net.sourceforge.plantuml.klimt.shape.UEllipse
- All Implemented Interfaces:
Shadowable,UShape,UShapeSized
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbigger(double more) static UEllipsebuild(double width, double height) doublegetEndingX(double y) final doubledoublegetPointAtAngle(double alpha) final doublegetStart()doublegetStartingX(double y) doublegetWidth()scale(double factor) Methods inherited from class net.sourceforge.plantuml.klimt.AbstractShadowable
getDeltaShadow, setDeltaShadow
-
Constructor Details
-
UEllipse
public UEllipse(double width, double height, double start, double extend)
-
-
Method Details
-
build
-
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
-
bigger
-
scale
-
getStartingX
public double getStartingX(double y) -
getEndingX
public double getEndingX(double y) -
getPointAtAngle
-