Class TextShapeExporter
- java.lang.Object
-
- io.github.applecommander.bastools.api.shapes.exporters.TextShapeExporter
-
- All Implemented Interfaces:
ShapeExporter
public class TextShapeExporter extends java.lang.Object implements ShapeExporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextShapeExporter.BorderStrategystatic classTextShapeExporter.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(Shape shape, java.io.OutputStream outputStream)Export a single shape to the OutputStream.voidexport(ShapeTable shapeTable, java.io.OutputStream outputStream)Export the entire shape table to the OutputStream.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.applecommander.bastools.api.shapes.ShapeExporter
export, export, export, export
-
-
-
-
Method Detail
-
export
public void export(Shape shape, java.io.OutputStream outputStream)
Description copied from interface:ShapeExporterExport a single shape to the OutputStream.- Specified by:
exportin interfaceShapeExporter
-
export
public void export(ShapeTable shapeTable, java.io.OutputStream outputStream)
Description copied from interface:ShapeExporterExport the entire shape table to the OutputStream.- Specified by:
exportin interfaceShapeExporter
-
-