Package uk.ac.starlink.topcat.interop
Interface ImageViewer
-
public interface ImageViewer
Defines the function of viewing an image.- Since:
- 21 Dec 2007
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
viewImage(java.lang.String label, java.lang.String location)
Consume an image somehow.
-