public class Plugin extends MarvinAbstractImagePlugin implements ChangeListener, KeyListener
http://forum.java.sun.com/thread.jspa?threadID=728795&messageID=4195478| 构造器和说明 |
|---|
Plugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
MarvinAttributesPanel |
getAttributesPanel() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
load() |
int |
positive(int a) |
void |
process(MarvinImage a_imageIn,
MarvinImage a_imageOut,
MarvinAttributes a_attributesOut,
MarvinImageMask a_mask,
boolean a_previewMode) |
void |
stateChanged(ChangeEvent e) |
int |
truncate(int a) |
getImagePanel, process, process, process, process, setImagePanelgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validatepublic void load()
load 在接口中 MarvinPluginpublic int truncate(int a)
public int positive(int a)
public void process(MarvinImage a_imageIn, MarvinImage a_imageOut, MarvinAttributes a_attributesOut, MarvinImageMask a_mask, boolean a_previewMode)
process 在接口中 MarvinImagePluginpublic MarvinAttributesPanel getAttributesPanel()
getAttributesPanel 在接口中 MarvinImagePluginpublic void stateChanged(ChangeEvent e)
stateChanged 在接口中 ChangeListenerpublic void keyPressed(KeyEvent e)
keyPressed 在接口中 KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased 在接口中 KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped 在接口中 KeyListenerCopyright © 2018. All rights reserved.