Interface ShapeExporter

    • Method Detail

      • export

        void export​(Shape shape,
                    java.io.OutputStream outputStream)
             throws java.io.IOException
        Export a single shape to the OutputStream.
        Throws:
        java.io.IOException
      • export

        default void export​(Shape shape,
                            java.io.File file)
                     throws java.io.IOException
        Export a single shape to the File.
        Throws:
        java.io.IOException
      • export

        default void export​(Shape shape,
                            java.nio.file.Path path)
                     throws java.io.IOException
        Export a single shape to the Path.
        Throws:
        java.io.IOException
      • export

        void export​(ShapeTable shapeTable,
                    java.io.OutputStream outputStream)
             throws java.io.IOException
        Export the entire shape table to the OutputStream.
        Throws:
        java.io.IOException
      • export

        default void export​(ShapeTable shapeTable,
                            java.io.File file)
                     throws java.io.IOException
        Export the entire shape table to the File.
        Throws:
        java.io.IOException
      • export

        default void export​(ShapeTable shapeTable,
                            java.nio.file.Path path)
                     throws java.io.IOException
        Export the entire shape table to the Path.
        Throws:
        java.io.IOException