Class TextShapeExporter

    • Method Detail

      • export

        public void export​(Shape shape,
                           java.io.OutputStream outputStream)
        Description copied from interface: ShapeExporter
        Export a single shape to the OutputStream.
        Specified by:
        export in interface ShapeExporter
      • export

        public void export​(ShapeTable shapeTable,
                           java.io.OutputStream outputStream)
        Description copied from interface: ShapeExporter
        Export the entire shape table to the OutputStream.
        Specified by:
        export in interface ShapeExporter