|
|||||||||
| 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.PolarFilter
public class PolarFilter extends AbstractFrameFilter
| Modifier and Type | Field and Description |
|---|---|
java.awt.Point |
center
|
float |
radius
|
float |
startAngle
|
| Constructor and Description |
|---|
PolarFilter()
|
| Modifier and Type | Method and Description |
|---|---|
float |
completeCycleAngle(RGBBitmap frame)
|
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 radius
public float startAngle
public java.awt.Point center
| Constructor Detail |
|---|
public PolarFilter()
| Method Detail |
|---|
public float completeCycleAngle(RGBBitmap frame)
public void filterFrame(RGBBitmap frame,
RGBBitmap result)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||