|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.clipboard.AbstractClipboardData<BufferedImage>
adams.gui.clipboard.BufferedImage
public class BufferedImage
Copies/pastes buffered images.
| Field Summary |
|---|
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
BufferedImage()
|
|
| Method Summary | |
|---|---|
boolean |
canPaste()
Checks whether the required data type is available from the clipboard. |
void |
copy(BufferedImage data)
Copies the data to the clipboard. |
Class |
getFlowClass()
Returns the supported class. |
String |
globalInfo()
Returns a string describing the object. |
BufferedImage |
paste()
Pastes the data from the clipboard. |
protected BufferedImage |
unwrap(Token data)
Unwraps the actual data from the token. |
protected Token |
wrap(BufferedImage data)
Wraps the data from the clipboard in a flow token. |
| Methods inherited from class adams.gui.clipboard.AbstractClipboardData |
|---|
copyFromToken, pasteAsToken |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, defineOptions, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedImage()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic Class getFlowClass()
getFlowClass in class AbstractClipboardData<BufferedImage>public void copy(BufferedImage data)
copy in class AbstractClipboardData<BufferedImage>data - the data to copyprotected BufferedImage unwrap(Token data)
unwrap in class AbstractClipboardData<BufferedImage>data - the token to unwrap
public boolean canPaste()
canPaste in class AbstractClipboardData<BufferedImage>protected Token wrap(BufferedImage data)
wrap in class AbstractClipboardData<BufferedImage> -
public BufferedImage paste()
paste in class AbstractClipboardData<BufferedImage>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||