Class SourceShapeExporter

    • Method Detail

      • export

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

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

        public void exportShapeAsBitmap​(Shape shape,
                                        java.io.PrintWriter pw)
      • exportShapeAsShortCommands

        public void exportShapeAsShortCommands​(Shape shape,
                                               java.io.PrintWriter pw)
      • exportShapeAsLongCommands

        public void exportShapeAsLongCommands​(Shape shape,
                                              java.io.PrintWriter pw)