public interface IDrawingsWriter extends Closeable, Storable
void drawing(Picture picture) throws IOException
picture - Picture infoIOException - if I/O error occur.void asyncDrawing(Picture picture) throws IOException
picture - Picture infoIOException - if I/O error occur.Copyright © 2023. All rights reserved.