public class EffectText extends EffectPaster
Modifier and Type | Field and Description |
---|---|
int |
dTextColor |
int |
dTextStrokeColor |
java.lang.String |
font |
boolean |
hasLabel |
boolean |
hasStroke |
android.graphics.Bitmap |
mBackgroundBmp |
java.lang.String |
mBackgroundBmpPath |
android.text.Layout.Alignment |
mTextAlignment |
int |
mTextMaxLines |
int |
mTextPaddingX |
int |
mTextPaddingY |
int |
mTextSize |
boolean |
needSaveBmp |
java.lang.String |
text |
android.text.Layout.Alignment |
textAlignment |
java.lang.String |
textBmpPath |
int |
textColor |
int |
textHeight |
int |
textLabelColor |
int |
textStrokeColor |
int |
textWidth |
duration, end, frameArry, height, isTrack, kernelFrame, mirror, name, PASTER_TYPE_CAPTION, PASTER_TYPE_GIF, PASTER_TYPE_TEXT, rotation, start, timeArry, width, x, y
Constructor and Description |
---|
EffectText(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
copy(EffectBase base) |
java.lang.String |
generateTextFinger() |
int |
getPasterType() |
java.lang.String |
toString() |
equals, getHeightRatio, getWidthRatio, getXRatio, getYRatio, isPasterReady, setHeightRatio, setWidthRatio, setXRatio, setYRatio
getAnimationType, getPath, getResId, getViewId, readString, setAnimationType, setPath, setResId, setViewId
public android.text.Layout.Alignment textAlignment
public java.lang.String text
public java.lang.String textBmpPath
public int textWidth
public int textHeight
public int textColor
public int dTextColor
public int textStrokeColor
public int dTextStrokeColor
public java.lang.String font
public boolean hasStroke
public boolean hasLabel
public int textLabelColor
public android.graphics.Bitmap mBackgroundBmp
public java.lang.String mBackgroundBmpPath
public int mTextSize
public int mTextPaddingX
public int mTextPaddingY
public android.text.Layout.Alignment mTextAlignment
public boolean needSaveBmp
public int mTextMaxLines
public java.lang.String generateTextFinger()
public int getPasterType()
getPasterType
in class EffectPaster
public void copy(EffectBase base)
copy
in class EffectPaster
public java.lang.String toString()
toString
in class EffectPaster