|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecticommand.vision.VisionEffect
public abstract class VisionEffect
Abstract Effect that specific Vision Effects inherit from
| Field Summary |
|---|
| Fields inherited from interface javax.media.PlugIn |
|---|
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED |
| Constructor Summary | |
|---|---|
VisionEffect()
Create the Effect. |
|
| Method Summary | |
|---|---|
void |
close()
Does nothing |
java.lang.Object |
getControl(java.lang.String controlType)
Returns null |
java.lang.Object[] |
getControls()
Returns null |
javax.media.Format[] |
getSupportedInputFormats()
Get the supported input formats |
javax.media.Format[] |
getSupportedOutputFormats(javax.media.Format input)
Get the supported output formats that matches the input format |
void |
open()
Does nothing |
void |
reset()
Does nothing |
javax.media.Format |
setInputFormat(javax.media.Format input)
Set the input format. |
javax.media.Format |
setOutputFormat(javax.media.Format output)
Set the output format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.media.Codec |
|---|
process |
| Methods inherited from interface javax.media.PlugIn |
|---|
getName |
| Constructor Detail |
|---|
public VisionEffect()
| Method Detail |
|---|
public javax.media.Format[] getSupportedInputFormats()
getSupportedInputFormats in interface javax.media.Codecpublic javax.media.Format[] getSupportedOutputFormats(javax.media.Format input)
getSupportedOutputFormats in interface javax.media.Codecpublic javax.media.Format setInputFormat(javax.media.Format input)
setInputFormat in interface javax.media.Codecinput - the required input format
public javax.media.Format setOutputFormat(javax.media.Format output)
setOutputFormat in interface javax.media.Codecoutput - the output format
public void open()
open in interface javax.media.PlugInpublic void close()
close in interface javax.media.PlugInpublic void reset()
reset in interface javax.media.PlugInpublic java.lang.Object getControl(java.lang.String controlType)
getControl in interface javax.media.Controlspublic java.lang.Object[] getControls()
getControls in interface javax.media.Controls
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||