| Added Methods |
Drawing createDrawing()
|
Creates a new Drawing object which can be used with this
{@code SVGDrawingPanel}. |
void dispose()
|
|
UndoRedoManager getUndoRedoManager()
|
|
void read(File)
|
Reads a drawing from the specified file into the SVGDrawingPanel. |
void read(File, InputFormat)
|
Reads a drawing from the specified file into the SVGDrawingPanel using
the specified input format. |
void setUndoRedoManager(UndoRedoManager)
|
|
void write(File)
|
Writes the drawing from the SVGDrawingPanel into a file. |
void write(File, OutputFormat)
|
Writes the drawing from the SVGDrawingPanel into a file using the
specified output format. |