|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.image.AbstractFrameFilter
lt.monarch.image.filter.WaveFilter
public class WaveFilter extends AbstractFrameFilter
| Modifier and Type | Field and Description |
|---|---|
float |
frequency
|
float |
height
|
float |
lighting
|
float |
phase
|
int |
yStart
|
int |
yStop
|
| Constructor and Description |
|---|
WaveFilter()
|
| Modifier and Type | Method and Description |
|---|---|
void |
filterFrame(RGBBitmap frame,
RGBBitmap result)
|
| Methods inherited from class lt.monarch.image.AbstractFrameFilter |
|---|
initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float phase
public float frequency
public float height
public int yStart
public int yStop
public float lighting
| Constructor Detail |
|---|
public WaveFilter()
| Method Detail |
|---|
public void filterFrame(RGBBitmap frame,
RGBBitmap result)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||