|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractDrawable
gestalt.render.plugin.FrameGrabber
public abstract class FrameGrabber
| Constructor Summary | |
|---|---|
FrameGrabber()
|
|
| Method Summary | |
|---|---|
abstract void |
grabSingleFrame()
this method captures one frame only, in contrast to the 'start()/stop()' mechanism. |
boolean |
isActive()
returns whether the drawable is active. |
void |
setFileName(java.lang.String theFilename)
|
void |
setImageFileFormat(int theFileFormat)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class gestalt.shape.AbstractDrawable |
|---|
add, getSortData, getSortValue, isSortable, setSortValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gestalt.render.Drawable |
|---|
draw |
| Constructor Detail |
|---|
public FrameGrabber()
| Method Detail |
|---|
public void setImageFileFormat(int theFileFormat)
public void setFileName(java.lang.String theFilename)
public void start()
public void stop()
public abstract void grabSingleFrame()
public boolean isActive()
Drawable
isActive in interface DrawableisActive in class AbstractDrawable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||