public class ZoomInAccessory extends Accessory
BUTTON_SIZE, ICON_INDENT, ICON_SIZE| Constructor and Description |
|---|
ZoomInAccessory() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.Point p,
ViewerAttributeInterface vfi) |
java.lang.String |
getDescription() |
java.lang.String |
getIconLocation() |
java.lang.String |
getName() |
boolean |
isEnabled(ICameraProfile profile,
ViewerAttributeInterface vfi)
This is only checked at creation time
|
getIconImage, getKey, terminatepublic java.lang.String getIconLocation()
getIconLocation in class Accessorypublic java.lang.String getDescription()
getDescription in class Accessorypublic boolean isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
Accessorypublic void actionPerformed(java.awt.Point p,
ViewerAttributeInterface vfi)
actionPerformed in class Accessory