|
|||||||||
| 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.TransformFilter
public class TransformFilter extends AbstractFrameFilter
| Modifier and Type | Field and Description |
|---|---|
java.awt.Point |
center
|
float |
rotationAngle
|
float |
scaleX
|
float |
scaleY
|
float |
shiftX
|
float |
shiftY
|
| Constructor and Description |
|---|
TransformFilter()
|
| 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 java.awt.Point center
public float rotationAngle
public float scaleX
public float scaleY
public float shiftX
public float shiftY
| Constructor Detail |
|---|
public TransformFilter()
| 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 | ||||||||