|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.ics.screencap.Dump
This abstract class represents a single dump to a file. It is left deliberately as a class because I want to leave room for future functionality:
| Constructor Summary | |
Dump()
|
|
| Method Summary | |
abstract void |
dumpComponent(java.io.File filename,
java.awt.Component component)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Dump()
| Method Detail |
public abstract void dumpComponent(java.io.File filename,
java.awt.Component component)
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||