Package com.charliemouse.cambozola
Interface ViewerAttributeInterface
- All Known Implementing Classes:
Viewer
public interface ViewerAttributeInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
displayURL
(URL url, String target) getSize()
boolean
void
repaint()
void
void
setCurrentURL
(URL u)
-
Method Details
-
getSize
Dimension getSize() -
getViewArea
PercentArea getViewArea() -
getStream
CamStream getStream() -
isStandalone
boolean isStandalone() -
getAccessories
Vector getAccessories() -
getAlternateURLs
Vector getAlternateURLs() -
setAlternateURLs
-
setCurrentURL
-
getProfile
ICameraProfile getProfile() -
displayURL
-
repaint
void repaint()
-