public class EffectPaster extends EffectBase
Modifier and Type | Field and Description |
---|---|
long |
duration |
long |
end |
java.util.List<com.aliyun.svideo.sdk.internal.project.Frame> |
frameArry |
int |
height |
boolean |
isTrack |
int |
kernelFrame
Deprecated.
|
boolean |
mirror |
java.lang.String |
name |
static int |
PASTER_TYPE_CAPTION |
static int |
PASTER_TYPE_GIF |
static int |
PASTER_TYPE_TEXT |
float |
rotation |
long |
start |
java.util.List<com.aliyun.svideo.sdk.internal.project.FrameTime> |
timeArry |
int |
width |
int |
x |
int |
y |
Constructor and Description |
---|
EffectPaster(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
copy(EffectBase base) |
boolean |
equals(java.lang.Object obj) |
float |
getHeightRatio() |
int |
getPasterType() |
float |
getWidthRatio() |
float |
getXRatio() |
float |
getYRatio() |
boolean |
isPasterReady()
Deprecated.
|
void |
setHeightRatio(float heightRatio) |
void |
setWidthRatio(float widthRatio) |
void |
setXRatio(float xRatio) |
void |
setYRatio(float yRatio) |
java.lang.String |
toString() |
getAnimationType, getPath, getResId, getViewId, readString, setAnimationType, setPath, setResId, setViewId
public static final int PASTER_TYPE_GIF
public static final int PASTER_TYPE_TEXT
public static final int PASTER_TYPE_CAPTION
public java.lang.String name
public int width
public int height
public long start
public long end
public int y
public int x
public float rotation
public long duration
@Deprecated public int kernelFrame
public java.util.List<com.aliyun.svideo.sdk.internal.project.Frame> frameArry
public java.util.List<com.aliyun.svideo.sdk.internal.project.FrameTime> timeArry
public boolean mirror
public boolean isTrack
@Deprecated public boolean isPasterReady()
public int getPasterType()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public float getXRatio()
public void setXRatio(float xRatio)
public float getYRatio()
public void setYRatio(float yRatio)
public float getWidthRatio()
public void setWidthRatio(float widthRatio)
public float getHeightRatio()
public void setHeightRatio(float heightRatio)
public void copy(EffectBase base)
copy
in class EffectBase
public java.lang.String toString()
toString
in class EffectBase