Package uk.ac.starlink.ttools.plottask
Interface Painter
-
- All Known Implementing Classes:
SwingPainter
public interface Painter
Interface for plot output.- Since:
- 22 Apr 2008
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paintPicture(Picture picture)
Export the graphics contained in a Picture.
-
-
-
Method Detail
-
paintPicture
void paintPicture(Picture picture) throws java.io.IOException
Export the graphics contained in a Picture.- Parameters:
picture
- graphics to export- Throws:
java.io.IOException
-
-