Class BorderPainter.PathPainter

  • Enclosing class:
    BorderPainter

    private final class BorderPainter.PathPainter
    extends java.lang.Object
    This is a helper class for constructing curves composed of move, line and arc operations. Coordinates are relative to the terminal point of the previous operation
    • Field Detail

      • x

        private int x
        Current x position
      • y

        private int y
        Current y position
    • Constructor Detail

      • PathPainter

        PathPainter​(int x,
                    int y)
             throws java.io.IOException
        Throws:
        java.io.IOException