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
Modifier and TypeMethodDescriptionvoid
paintPicture
(Picture picture) Export the graphics contained in a Picture.
-
Method Details
-
paintPicture
Export the graphics contained in a Picture.- Parameters:
picture
- graphics to export- Throws:
IOException
-