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()
      • getDimension

        public java.awt.geom.Dimension2D getDimension()
      • 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 java.awt.geom.Point2D getPointAtAngle​(double alpha)
      • setDeltaShadow

        public void setDeltaShadow​(double deltaShadow)
        Specified by:
        setDeltaShadow in interface Shadowable