public class CGEDeformFilterWrapper
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected long |
mNativeAddress |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bloatDeform(float x,
float y,
float w,
float h,
float radius,
float intensity) |
|
boolean |
canRedo() |
|
boolean |
canUndo() |
|
static CGEDeformFilterWrapper |
create(int w,
int h,
float stride) |
|
void |
forwardDeform(float startX,
float startY,
float endX,
float endY,
float w,
float h,
float radius,
float intensity) |
|
long |
getNativeAddress() |
|
protected void |
nativeBloatDeform(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity) |
|
protected boolean |
nativeCanRedo(long holder) |
|
protected boolean |
nativeCanUndo(long holder) |
|
protected long |
nativeCreate(int width,
int height,
float stride) |
|
protected void |
nativeForwardDeform(long holder,
float startX,
float startY,
float endX,
float endY,
float w,
float h,
float radius,
float intensity) |
|
protected boolean |
nativePushDeformStep(long holder) |
|
protected boolean |
nativeRedo(long holder) |
|
protected void |
nativeRelease(long holder) |
|
protected void |
nativeRestore(long holder) |
|
protected void |
nativeRestoreWithIntensity(long holder,
float intensity) |
|
protected void |
nativeRestoreWithPoint(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity) |
|
protected void |
nativeSetUndoSteps(long holder,
int undoSteps) |
|
protected void |
nativeShowMesh(long holder,
boolean show) |
|
protected boolean |
nativeUndo(long holder) |
|
protected void |
nativeWrinkleDeform(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity) |
|
boolean |
pushDeformStep() |
|
boolean |
redo() |
|
void |
release(boolean shouldDeleteNativeFilter) |
|
void |
restore() |
|
void |
restoreWithIntensity(float intensity) |
|
void |
restoreWithPoint(float x,
float y,
float w,
float h,
float radius,
float intensity) |
|
void |
setUndoSteps(int undoSteps) |
|
void |
showMesh(boolean show) |
|
boolean |
undo() |
|
void |
wrinkleDeform(float x,
float y,
float w,
float h,
float radius,
float intensity) |
public static CGEDeformFilterWrapper create(int w, int h, float stride)
public void release(boolean shouldDeleteNativeFilter)
public void restore()
public void restoreWithIntensity(float intensity)
public void forwardDeform(float startX,
float startY,
float endX,
float endY,
float w,
float h,
float radius,
float intensity)
public void restoreWithPoint(float x,
float y,
float w,
float h,
float radius,
float intensity)
public void bloatDeform(float x,
float y,
float w,
float h,
float radius,
float intensity)
public void wrinkleDeform(float x,
float y,
float w,
float h,
float radius,
float intensity)
public void setUndoSteps(int undoSteps)
public boolean canUndo()
public boolean canRedo()
public boolean undo()
public boolean redo()
public boolean pushDeformStep()
public void showMesh(boolean show)
public long getNativeAddress()
protected long nativeCreate(int width,
int height,
float stride)
protected void nativeRelease(long holder)
protected void nativeRestore(long holder)
protected void nativeRestoreWithIntensity(long holder,
float intensity)
protected void nativeForwardDeform(long holder,
float startX,
float startY,
float endX,
float endY,
float w,
float h,
float radius,
float intensity)
protected void nativeRestoreWithPoint(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity)
protected void nativeBloatDeform(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity)
protected void nativeWrinkleDeform(long holder,
float x,
float y,
float w,
float h,
float radius,
float intensity)
protected void nativeSetUndoSteps(long holder,
int undoSteps)
protected boolean nativeCanUndo(long holder)
protected boolean nativeCanRedo(long holder)
protected boolean nativeUndo(long holder)
protected boolean nativeRedo(long holder)
protected boolean nativePushDeformStep(long holder)
protected void nativeShowMesh(long holder,
boolean show)