Interface MapViewPath.PathVisitor

    • Method Detail

      • visit

        default boolean visit​(java.awt.geom.Path2D.Double path)
        Append a path to this one. The path is clipped to the current view.
        Parameters:
        path - The iterator
        Returns:
        true if adding the path was successful.
      • visitMoveTo

        void visitMoveTo​(double x,
                         double y)
      • visitLineTo

        void visitLineTo​(double x,
                         double y)