Package uk.ac.starlink.ttools.plottask
Class SwingPainter
java.lang.Object
uk.ac.starlink.ttools.plottask.SwingPainter
- All Implemented Interfaces:
Painter
Painter subclass which can paint to the screen.
It has a
postComponent(java.awt.Component)
method additional to the
Painter interface which allows a component to be submitted directly,
if one is available.- Since:
- 20 Jan 2012
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paintPicture
(Picture picture) Export the graphics contained in a Picture.void
postComponent
(Component comp) Displays a screen component directly.
-
Constructor Details
-
SwingPainter
Constructor.- Parameters:
winTitle
- window title to use for the container frame
-
-
Method Details
-
paintPicture
Description copied from interface:Painter
Export the graphics contained in a Picture.- Specified by:
paintPicture
in interfacePainter
- Parameters:
picture
- graphics to export
-
postComponent
Displays a screen component directly.- Parameters:
comp
- screen component
-