public class TuEditCuterOption extends TuImageResultOption
构造器和说明 |
---|
TuEditCuterOption()
图片编辑裁切旋转控制器配置选项
|
限定符和类型 | 方法和说明 |
---|---|
TuEditCuterFragment |
fragment()
创建图片编辑裁切旋转控制器对象
|
protected java.lang.Class<?> |
getDefaultComponentClazz()
图片编辑裁切旋转控制器类
|
protected int |
getDefaultRootViewLayoutId()
获取默认根视图布局资源ID
|
int |
getRatioType()
裁剪比例类型 (默认:RatioType.ratio_all)
|
int[] |
getRatioTypeList()
裁剪比例类型列表 ( 优先级 RatioTypeList > RatioType, 默认:RatioType.ratioTypes)
|
boolean |
isOnlyReturnCuter()
是否仅返回裁切参数,不返回处理图片
|
void |
setOnlyReturnCuter(boolean mOnlyReturnCuter)
是否仅返回裁切参数,不返回处理图片
|
void |
setRatioType(int mRatioType)
裁剪比例类型 (默认:RatioType.ratio_all)
|
void |
setRatioTypeList(int[] mRatioTypeList)
裁剪比例类型列表 ( 优先级 RatioTypeList > RatioType, 默认:RatioType.ratioTypes)
|
fragmentInstance, isAutoRemoveTemp, isShowResultPreview, setAutoRemoveTemp, setShowResultPreview
getOutputCompress, getSaveToAlbumName, isSaveToAlbum, isSaveToTemp, setOutputCompress, setSaveToAlbum, setSaveToAlbumName, setSaveToTemp
getComponentClazz, getRootViewLayoutId, setComponentClazz, setRootViewLayoutId
protected java.lang.Class<?> getDefaultComponentClazz()
getDefaultComponentClazz
在类中 TuSdkComponentOption
protected int getDefaultRootViewLayoutId()
getDefaultRootViewLayoutId
在类中 TuSdkComponentOption
{@link org.lasque.tusdk.geev2.impl.components.edit.TuEditCuterFragment}
public final int getRatioType()
public final void setRatioType(int mRatioType)
public final int[] getRatioTypeList()
public final void setRatioTypeList(int[] mRatioTypeList)
public boolean isOnlyReturnCuter()
public void setOnlyReturnCuter(boolean mOnlyReturnCuter)
public TuEditCuterFragment fragment()