Class UEllipse

    • Constructor Detail

      • UEllipse

        public UEllipse​(double width,
                        double height)
      • UEllipse

        public UEllipse​(double width,
                        double height,
                        double start,
                        double extend)
    • Method Detail

      • getStart

        public final double getStart()
      • getExtend

        public final double getExtend()
      • bigger

        public UEllipse bigger​(double more)
      • scale

        public UEllipse scale​(double factor)
      • getStartingX

        public double getStartingX​(double y)
      • getEndingX

        public double getEndingX​(double y)
      • getPointAtAngle

        public XPoint2D getPointAtAngle​(double alpha)