protected abstract class GraphicsWindow.ExportAction extends BasicAction
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
abstract void |
exportTo(java.io.OutputStream out)
Performs the export by writing bytes to a given stream.
|
getEventWindow
public abstract void exportTo(java.io.OutputStream out) throws java.io.IOException
out
- destination streamjava.io.IOException
public void actionPerformed(java.awt.event.ActionEvent evt)
Copyright ? 2003-2017 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.