Class Ellipse2afp.AbstractEllipsePathIterator<T extends PathElement2afp>

    • Field Detail

      • BEZIER_CONTROL_POINTS

        protected static final double[][] BEZIER_CONTROL_POINTS
        The control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
      • NUMBER_ELEMENTS

        protected static final int NUMBER_ELEMENTS
        4 segments + close.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractEllipsePathIterator

        public AbstractEllipsePathIterator​(Ellipse2afp<?,​?,​T,​?,​?,​?> ellipse)
        Constructor.
        Parameters:
        ellipse - the ellipse to iterate on.