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

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
    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

      public RotatedEllipse(UEllipse ellipse, double beta)
  • 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)