public class Sepia extends MarvinAbstractImagePlugin implements ChangeListener, KeyListener
http://forum.java.sun.com/thread.jspa?threadID=728795&messageID=4195478| 构造器和说明 |
|---|
Sepia() |
| 限定符和类型 | 方法和说明 |
|---|---|
MarvinAttributesPanel |
getAttributesPanel() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
load() |
void |
process(MarvinImage imageIn,
MarvinImage imageOut,
MarvinAttributes attributesOut,
MarvinImageMask mask,
boolean previewMode) |
void |
stateChanged(ChangeEvent e) |
int |
truncate(int a)
Sets the RGB between 0 and 255
|
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 void process(MarvinImage imageIn, MarvinImage imageOut, MarvinAttributes attributesOut, MarvinImageMask mask, boolean previewMode)
process 在接口中 MarvinImagePluginpublic int truncate(int a)
a - public 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.