T - O efeito na imagem.public abstract class ImageViewerEffectAction<T extends AbstractEffect> extends ImageViewerAction
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Constructor and Description |
|---|
ImageViewerEffectAction(ImageViewer application,
T effect)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
T |
getEffect()
Retorna
|
protected void |
handleActionPerformed(java.awt.event.ActionEvent ae)
Método que implementa a lógica da ação.
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationpublic ImageViewerEffectAction(ImageViewer application, T effect)
application - aplicação.effect - o efeito.protected final void handleActionPerformed(java.awt.event.ActionEvent ae)
handleActionPerformed in class AbstractSimpleApplicationAction<ImageViewer>ae - evento que gerou a ação.public T getEffect()
Copyright © 2018. All Rights Reserved.