Class ContainingEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.svek.image.ContainingEllipse
-
public class ContainingEllipse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContainingEllipse(double coefY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(double x, double y)voidappend(XPoint2D pt)UEllipseasUEllipse()XPoint2DgetCenter()doublegetHeight()doublegetWidth()voidsetDeltaShadow(double deltaShadow)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
append
public void append(XPoint2D pt)
-
append
public void append(double x, double y)
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
getCenter
public XPoint2D getCenter()
-
asUEllipse
public UEllipse asUEllipse()
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
-
-