Class RotatedEllipse
- java.lang.Object
-
- net.sourceforge.plantuml.svek.image.RotatedEllipse
-
public class RotatedEllipse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RotatedEllipse(UEllipse ellipse, double beta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getA()
double
getB()
double
getBeta()
double
getOtherTheta(double theta1)
java.awt.geom.Point2D
getPoint(double theta)
-
-
-
Constructor Detail
-
RotatedEllipse
public RotatedEllipse(UEllipse ellipse, double beta)
-
-