Class RotatedEllipse
java.lang.Object
net.sourceforge.plantuml.svek.image.RotatedEllipse
public class RotatedEllipse
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getA()
double
getB()
double
getBeta()
double
getOtherTheta
(double theta1) java.awt.geom.Point2D
getPoint
(double theta) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RotatedEllipse
-
-
Method Details
-
getA
public double getA() -
getB
public double getB() -
getBeta
public double getBeta() -
getPoint
public java.awt.geom.Point2D getPoint(double theta) -
getOtherTheta
public double getOtherTheta(double theta1)
-