public interface ShapeWriter extends ShapeIO
Modifier and Type | Method and Description |
---|---|
String |
toString(Shape shape)
Write a shape to String
|
void |
write(Writer output,
Shape shape)
Write a shape to the output writer
|
getFormatName
void write(Writer output, Shape shape) throws IOException
IOException
Copyright © 2018. All Rights Reserved.