跳过导航链接
B C D E G H I L M O P R S T V W 

B

bind(TakePhoto) - 类 中的方法com.jph.takephoto.permission.TakePhotoInvocationHandler
绑定委托对象并返回一个代理类
Builder() - 类 的构造器com.jph.takephoto.compress.CompressConfig.Builder
 
Builder() - 类 的构造器com.jph.takephoto.model.CropOptions.Builder
 
Builder() - 类 的构造器com.jph.takephoto.model.LubanOptions.Builder
 
Builder() - 类 的构造器com.jph.takephoto.model.TakePhotoOptions.Builder
 

C

captureBySafely(TContextWrap, TIntentWap) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
拍照前检查是否有相机
checkMimeType(Context, String) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
检查文件类型是否是图片
checkPermission(TContextWrap, Method) - 类 中的静态方法com.jph.takephoto.permission.PermissionManager
检查当前应用是否被授予相应权限
com.jph.takephoto.app - 程序包 com.jph.takephoto.app
 
com.jph.takephoto.compress - 程序包 com.jph.takephoto.compress
 
com.jph.takephoto.model - 程序包 com.jph.takephoto.model
 
com.jph.takephoto.permission - 程序包 com.jph.takephoto.permission
 
com.jph.takephoto.uitl - 程序包 com.jph.takephoto.uitl
 
compress() - 接口 中的方法com.jph.takephoto.compress.CompressImage
 
compress() - 类 中的方法com.jph.takephoto.compress.CompressImageImpl
 
compress(String, CompressImageUtil.CompressListener) - 类 中的方法com.jph.takephoto.compress.CompressImageUtil
 
compress() - 类 中的方法com.jph.takephoto.compress.CompressWithLuBan
 
CompressConfig - com.jph.takephoto.compress中的类
压缩配置类 Author: JPH Date: 2016/6/7 0007 18:01
CompressConfig.Builder - com.jph.takephoto.compress中的类
 
CompressImage - com.jph.takephoto.compress中的接口
压缩照片2.0 Author JPH Date 2015-08-26 下午1:44:26
CompressImage.CompressListener - com.jph.takephoto.compress中的接口
压缩结果监听器
CompressImageImpl - com.jph.takephoto.compress中的类
压缩照片 Date: 2016/9/21 0007 20:10 Version:3.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
CompressImageUtil - com.jph.takephoto.compress中的类
压缩照片
CompressImageUtil(Context, CompressConfig) - 类 的构造器com.jph.takephoto.compress.CompressImageUtil
 
CompressImageUtil.CompressListener - com.jph.takephoto.compress中的接口
压缩结果监听器
CompressWithLuBan - com.jph.takephoto.compress中的类
压缩照片,采用luban Author: crazycodeboy Date: 2016/11/5 0007 20:10 Version:4.0.0 技术博文:http://www.devio.org/ GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
CompressWithLuBan(Context, CompressConfig, ArrayList<TImage>, CompressImage.CompressListener) - 类 的构造器com.jph.takephoto.compress.CompressWithLuBan
 
convertFileUriToFileProviderUri(Context, Uri) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
将scheme为file的uri转成FileProvider 提供的content uri
convertImageToUri(Context, ArrayList<Image>) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
将Image集合转换成Uri集合
correctImage(Context, Uri) - 类 中的方法com.jph.takephoto.uitl.ImageRotateUtil
纠正照片的旋转角度
create() - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
create() - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
create() - 类 中的方法com.jph.takephoto.model.LubanOptions.Builder
 
create() - 类 中的方法com.jph.takephoto.model.TakePhotoOptions.Builder
 
CropOptions - com.jph.takephoto.model中的类
裁剪配置类 Author: JPH Date: 2016/7/27 13:19
CropOptions.Builder - com.jph.takephoto.model中的类
 
cropWithOtherAppBySafely(TContextWrap, Uri, Uri, CropOptions) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
通过第三方工具裁切照片,当没有第三方裁切工具时,会自动使用自带裁切工具进行裁切
cropWithOwnApp(TContextWrap, Uri, Uri, CropOptions) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
通过TakePhoto自带的裁切工具裁切图片

D

delete(String) - 类 中的静态方法com.jph.takephoto.uitl.TFileUtils
 

E

enablePixelCompress(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
enablePixelCompress(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
enableQualityCompress(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
enableQualityCompress(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
enableReserveRaw(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
enableReserveRaw(boolean) - 类 中的方法com.jph.takephoto.compress.CompressConfig
 

G

getActivity() - 类 中的方法com.jph.takephoto.model.TContextWrap
 
getArgs() - 类 中的方法com.jph.takephoto.model.InvokeParam
 
getAspectX() - 类 中的方法com.jph.takephoto.model.CropOptions
 
getAspectY() - 类 中的方法com.jph.takephoto.model.CropOptions
 
getCaptureIntent(Uri) - 类 中的静态方法com.jph.takephoto.uitl.IntentUtils
获取拍照的Intent
getCompressPath() - 类 中的方法com.jph.takephoto.model.TImage
 
getCropIntentWithOtherApp(Uri, Uri, CropOptions) - 类 中的静态方法com.jph.takephoto.uitl.IntentUtils
获取裁剪照片的Intent
getDetailMessage() - 异常错误 中的方法com.jph.takephoto.model.TException
 
getFilePathWithDocumentsUri(Uri, Activity) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
通过从文件中得到的URI获取文件的路径
getFilePathWithUri(Uri, Activity) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
通过URI获取文件的路径
getFileProviderName(Context) - 类 中的静态方法com.jph.takephoto.uitl.TConstant
 
getFileWithUri(Uri, Activity) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
通过URI获取文件
getFragment() - 类 中的方法com.jph.takephoto.model.TContextWrap
 
getFromType() - 类 中的方法com.jph.takephoto.model.TImage
 
getImage() - 类 中的方法com.jph.takephoto.model.TResult
 
getImages() - 类 中的方法com.jph.takephoto.model.TResult
 
getIntent() - 类 中的方法com.jph.takephoto.model.TIntentWap
 
getLubanOptions() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
getMaxHeight() - 类 中的方法com.jph.takephoto.model.LubanOptions
 
getMaxPixel() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
getMaxSize() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
getMaxSize() - 类 中的方法com.jph.takephoto.model.LubanOptions
 
getMaxWidth() - 类 中的方法com.jph.takephoto.model.LubanOptions
 
getMethod() - 类 中的方法com.jph.takephoto.model.InvokeParam
 
getMimeType(Activity, Uri) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
To find out the extension of required object in given uri Solution by http://stackoverflow.com/a/36514823/1171484
getMimeTypeByFileName(String) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
 
getOriginalPath() - 类 中的方法com.jph.takephoto.model.TImage
 
getOutputX() - 类 中的方法com.jph.takephoto.model.CropOptions
 
getOutputY() - 类 中的方法com.jph.takephoto.model.CropOptions
 
getOutUris() - 类 中的方法com.jph.takephoto.model.MultipleCrop
 
getPhotoCacheDir(Context, File) - 类 中的静态方法com.jph.takephoto.uitl.TFileUtils
 
getPickIntentWithDocuments() - 类 中的静态方法com.jph.takephoto.uitl.IntentUtils
获取从文件中选择照片的Intent
getPickIntentWithGallery() - 类 中的静态方法com.jph.takephoto.uitl.IntentUtils
获取选择照片的Intent
getPickMultipleIntent(TContextWrap, int) - 类 中的静态方法com.jph.takephoto.uitl.IntentUtils
获取图片多选的Intent
getProxy() - 类 中的方法com.jph.takephoto.model.InvokeParam
 
getRequestCode() - 类 中的方法com.jph.takephoto.model.TIntentWap
 
getStringValue() - 枚举 中的方法com.jph.takephoto.model.TExceptionType
 
getTakePhoto() - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
获取TakePhoto实例
getTakePhoto() - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
获取TakePhoto实例
getTakePhoto() - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
获取TakePhoto实例
getTempFile(Activity, Uri) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
获取临时文件
getTempUri(Context) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
获取一个临时的Uri, 文件名随机生成
getTempUri(Context, String) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
获取一个临时的Uri, 通过传入字符串路径
getTempUri(Context, File) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
获取一个临时的Uri, 通过传入File对象
gettImages() - 类 中的方法com.jph.takephoto.model.MultipleCrop
 
getTImagesWithImages(ArrayList<Image>, TImage.FromType) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
将Image集合转换成TImage集合
getTImagesWithUris(ArrayList<Uri>, TImage.FromType) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
将Uri集合转换成TImage集合
getUriForFile(Context, File) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
创建一个用于拍照图片输出路径的Uri (FileProvider)
getUris() - 类 中的方法com.jph.takephoto.model.MultipleCrop
 

H

handlePermissionsResult(Activity, PermissionManager.TPermissionType, InvokeParam, TakePhoto.TakeResultListener) - 类 中的静态方法com.jph.takephoto.permission.PermissionManager
 
hasFailed - 类 中的变量com.jph.takephoto.model.MultipleCrop
 

I

ImageRotateUtil - com.jph.takephoto.uitl中的类
图片旋转角度修正工具类 Author: crazycodeboy Date: 2016/9/21 0007 20:10 Version:3.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
inputStreamToFile(InputStream, File) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
InputStream 转File
IntentUtils - com.jph.takephoto.uitl中的类
Intent工具类用于生成拍照、 从相册选择照片,裁剪照片所需的Intent Author: JPH Date: 2016/6/7 0007 13:41
IntentUtils() - 类 的构造器com.jph.takephoto.uitl.IntentUtils
 
invoke(InvokeParam) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
invoke(InvokeParam) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
invoke(InvokeParam) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
invoke(InvokeParam) - 接口 中的方法com.jph.takephoto.permission.InvokeListener
 
invoke(Object, Method, Object[]) - 类 中的方法com.jph.takephoto.permission.TakePhotoInvocationHandler
 
InvokeListener - com.jph.takephoto.permission中的接口
授权管理回调
InvokeParam - com.jph.takephoto.model中的类
Created by penn on 16/9/22.
InvokeParam(Object, Method, Object[]) - 类 的构造器com.jph.takephoto.model.InvokeParam
 
isCompressed() - 类 中的方法com.jph.takephoto.model.TImage
 
isCorrectImage() - 类 中的方法com.jph.takephoto.model.TakePhotoOptions
 
isCropped() - 类 中的方法com.jph.takephoto.model.TImage
 
isEnablePixelCompress() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
isEnableQualityCompress() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
isEnableReserveRaw() - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
isReturnData() - 类 中的静态方法com.jph.takephoto.uitl.TUtils
是否裁剪之后返回数据
isWithOwnCrop() - 类 中的方法com.jph.takephoto.model.CropOptions
 
isWithOwnGallery() - 类 中的方法com.jph.takephoto.model.TakePhotoOptions
 

L

LubanOptions - com.jph.takephoto.model中的类
Luban配置类 Author: crazycodeboy Date: 2016/11/5 0007 20:10 Version:4.0.1 技术博文:http://www.devio.org/ GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
LubanOptions.Builder - com.jph.takephoto.model中的类
 

M

MultipleCrop - com.jph.takephoto.model中的类
Author: JPH Date: 2016/8/11 17:01

O

of(Context, CompressConfig, ArrayList<TImage>, CompressImage.CompressListener) - 类 中的静态方法com.jph.takephoto.compress.CompressImageImpl
 
of(ArrayList<Uri>, Activity, TImage.FromType) - 类 中的静态方法com.jph.takephoto.model.MultipleCrop
 
of(ArrayList<Uri>, ArrayList<Uri>, TImage.FromType) - 类 中的静态方法com.jph.takephoto.model.MultipleCrop
 
of(Activity) - 类 中的静态方法com.jph.takephoto.model.TContextWrap
 
of(Fragment) - 类 中的静态方法com.jph.takephoto.model.TContextWrap
 
of(String, TImage.FromType) - 类 中的静态方法com.jph.takephoto.model.TImage
 
of(Uri, TImage.FromType) - 类 中的静态方法com.jph.takephoto.model.TImage
 
of(TImage) - 类 中的静态方法com.jph.takephoto.model.TResult
 
of(ArrayList<TImage>) - 类 中的静态方法com.jph.takephoto.model.TResult
 
of(InvokeListener) - 类 中的静态方法com.jph.takephoto.permission.TakePhotoInvocationHandler
 
of() - 类 中的静态方法com.jph.takephoto.uitl.ImageRotateUtil
 
ofDefaultConfig() - 类 中的静态方法com.jph.takephoto.compress.CompressConfig
 
ofLuban(LubanOptions) - 类 中的静态方法com.jph.takephoto.compress.CompressConfig
 
onActivityResult(int, int, Intent) - 接口 中的方法com.jph.takephoto.app.TakePhoto
处理拍照或从相册选择的图片或裁剪的结果
onActivityResult(int, int, Intent) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
onActivityResult(int, int, Intent) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
onActivityResult(int, int, Intent) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
onActivityResult(int, int, Intent) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onCompressFailed(ArrayList<TImage>, String) - 接口 中的方法com.jph.takephoto.compress.CompressImage.CompressListener
压缩失败
onCompressFailed(String, String) - 接口 中的方法com.jph.takephoto.compress.CompressImageUtil.CompressListener
压缩失败
onCompressSuccess(ArrayList<TImage>) - 接口 中的方法com.jph.takephoto.compress.CompressImage.CompressListener
压缩成功
onCompressSuccess(String) - 接口 中的方法com.jph.takephoto.compress.CompressImageUtil.CompressListener
压缩成功
onCreate(Bundle) - 接口 中的方法com.jph.takephoto.app.TakePhoto
 
onCreate(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
onCreate(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
onCreate(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
onCreate(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onCrop(Uri, Uri, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
裁剪图片
onCrop(MultipleCrop, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
裁剪多张图片
onCrop(Uri, Uri, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
-----crop------
onCrop(MultipleCrop, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onEnableCompress(CompressConfig, boolean) - 接口 中的方法com.jph.takephoto.app.TakePhoto
启用图片压缩
onEnableCompress(CompressConfig, boolean) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromCapture(Uri) - 接口 中的方法com.jph.takephoto.app.TakePhoto
从相机获取图片(不裁剪)
onPickFromCapture(Uri) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromCaptureWithCrop(Uri, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
从相机获取图片并裁剪
onPickFromCaptureWithCrop(Uri, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromDocuments() - 接口 中的方法com.jph.takephoto.app.TakePhoto
从文件中获取图片(不裁剪)
onPickFromDocuments() - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromDocumentsWithCrop(Uri, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
从文件中获取图片并裁剪
onPickFromDocumentsWithCrop(Uri, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromGallery() - 接口 中的方法com.jph.takephoto.app.TakePhoto
从相册中获取图片(不裁剪)
onPickFromGallery() - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickFromGalleryWithCrop(Uri, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
从相册中获取图片并裁剪
onPickFromGalleryWithCrop(Uri, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickMultiple(int) - 接口 中的方法com.jph.takephoto.app.TakePhoto
图片多选
onPickMultiple(int) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onPickMultipleWithCrop(int, CropOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
图片多选,并裁切
onPickMultipleWithCrop(int, CropOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
onRequestPermissionsResult(int, String[], int[]) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
onRequestPermissionsResult(int, String[], int[]) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
onRequestPermissionsResult(int, String[], int[]) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
onRequestPermissionsResult(int, String[], int[]) - 类 中的静态方法com.jph.takephoto.permission.PermissionManager
 
onSaveInstanceState(Bundle) - 接口 中的方法com.jph.takephoto.app.TakePhoto
 
onSaveInstanceState(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
onSaveInstanceState(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
onSaveInstanceState(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
onSaveInstanceState(Bundle) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 

P

parseOwnUri(Context, Uri) - 类 中的静态方法com.jph.takephoto.uitl.TUriParse
将TakePhoto 提供的Uri 解析出文件绝对路径
PERMISSION_REQUEST_TAKE_PHOTO - 类 中的静态变量com.jph.takephoto.uitl.TConstant
requestCode 请求权限
PermissionManager - com.jph.takephoto.permission中的类
Created by penn on 16/9/22.
PermissionManager() - 类 的构造器com.jph.takephoto.permission.PermissionManager
 
PermissionManager.TPermission - com.jph.takephoto.permission中的枚举
 
PermissionManager.TPermissionType - com.jph.takephoto.permission中的枚举
 
permissionNotify(PermissionManager.TPermissionType) - 接口 中的方法com.jph.takephoto.app.TakePhoto
 
permissionNotify(PermissionManager.TPermissionType) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 

R

RC_CROP - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 裁剪照片
RC_PICK_MULTIPLE - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 选择多张照片
RC_PICK_PICTURE_FROM_CAPTURE - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从相机获取照片不裁剪
RC_PICK_PICTURE_FROM_CAPTURE_CROP - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从相机获取照片并裁剪
RC_PICK_PICTURE_FROM_DOCUMENTS_CROP - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从文件中选择照片并裁剪
RC_PICK_PICTURE_FROM_DOCUMENTS_ORIGINAL - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从文件中选择照片
RC_PICK_PICTURE_FROM_GALLERY_CROP - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从相册选择照片并裁剪
RC_PICK_PICTURE_FROM_GALLERY_ORIGINAL - 类 中的静态变量com.jph.takephoto.uitl.TConstant
request Code 从相册选择照
requestPermission(TContextWrap, String[]) - 类 中的静态方法com.jph.takephoto.permission.PermissionManager
 

S

sendIntentBySafely(TContextWrap, List<TIntentWap>, int, boolean) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
安全地发送Intent
setActivity(Activity) - 类 中的方法com.jph.takephoto.model.TContextWrap
 
setArgs(Object[]) - 类 中的方法com.jph.takephoto.model.InvokeParam
 
setAspectX(int) - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
setAspectX(int) - 类 中的方法com.jph.takephoto.model.CropOptions
 
setAspectY(int) - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
setAspectY(int) - 类 中的方法com.jph.takephoto.model.CropOptions
 
setCompressed(boolean) - 类 中的方法com.jph.takephoto.model.TImage
 
setCompressPath(String) - 类 中的方法com.jph.takephoto.model.TImage
 
setCorrectImage(boolean) - 类 中的方法com.jph.takephoto.model.TakePhotoOptions.Builder
 
setCorrectImage(boolean) - 类 中的方法com.jph.takephoto.model.TakePhotoOptions
 
setCropped(boolean) - 类 中的方法com.jph.takephoto.model.TImage
 
setCropWithUri(Uri, boolean) - 类 中的方法com.jph.takephoto.model.MultipleCrop
为被裁切的图片设置已被裁切的标识
setFragment(Fragment) - 类 中的方法com.jph.takephoto.model.TContextWrap
 
setFromType(TImage.FromType) - 类 中的方法com.jph.takephoto.model.TImage
 
setImage(TImage) - 类 中的方法com.jph.takephoto.model.TResult
 
setImages(ArrayList<TImage>) - 类 中的方法com.jph.takephoto.model.TResult
 
setIntent(Intent) - 类 中的方法com.jph.takephoto.model.TIntentWap
 
setMaxHeight(int) - 类 中的方法com.jph.takephoto.model.LubanOptions.Builder
 
setMaxHeight(int) - 类 中的方法com.jph.takephoto.model.LubanOptions
 
setMaxPixel(int) - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
setMaxPixel(int) - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
setMaxSize(int) - 类 中的方法com.jph.takephoto.compress.CompressConfig.Builder
 
setMaxSize(int) - 类 中的方法com.jph.takephoto.compress.CompressConfig
 
setMaxSize(int) - 类 中的方法com.jph.takephoto.model.LubanOptions.Builder
 
setMaxSize(int) - 类 中的方法com.jph.takephoto.model.LubanOptions
 
setMaxWidth(int) - 类 中的方法com.jph.takephoto.model.LubanOptions.Builder
 
setMaxWidth(int) - 类 中的方法com.jph.takephoto.model.LubanOptions
 
setMethod(Method) - 类 中的方法com.jph.takephoto.model.InvokeParam
 
setOriginalPath(String) - 类 中的方法com.jph.takephoto.model.TImage
 
setOutputX(int) - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
setOutputX(int) - 类 中的方法com.jph.takephoto.model.CropOptions
 
setOutputY(int) - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
setOutputY(int) - 类 中的方法com.jph.takephoto.model.CropOptions
 
setOutUris(ArrayList<Uri>) - 类 中的方法com.jph.takephoto.model.MultipleCrop
 
setProxy(Object) - 类 中的方法com.jph.takephoto.model.InvokeParam
 
setRequestCode(int) - 类 中的方法com.jph.takephoto.model.TIntentWap
 
setTakePhotoOptions(TakePhotoOptions) - 接口 中的方法com.jph.takephoto.app.TakePhoto
设置TakePhoto相关配置
setTakePhotoOptions(TakePhotoOptions) - 类 中的方法com.jph.takephoto.app.TakePhotoImpl
 
settImages(ArrayList<TImage>) - 类 中的方法com.jph.takephoto.model.MultipleCrop
 
setUris(ArrayList<Uri>) - 类 中的方法com.jph.takephoto.model.MultipleCrop
 
setWithOwnCrop(boolean) - 类 中的方法com.jph.takephoto.model.CropOptions.Builder
 
setWithOwnCrop(boolean) - 类 中的方法com.jph.takephoto.model.CropOptions
 
setWithOwnGallery(boolean) - 类 中的方法com.jph.takephoto.model.TakePhotoOptions.Builder
 
setWithOwnGallery(boolean) - 类 中的方法com.jph.takephoto.model.TakePhotoOptions
 
showProgressDialog(Activity, String...) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
显示圆形进度对话框
startActivityForResult(TContextWrap, TIntentWap) - 类 中的静态方法com.jph.takephoto.uitl.TUtils
 
stringValue() - 枚举 中的方法com.jph.takephoto.permission.PermissionManager.TPermission
 
stringValue() - 枚举 中的方法com.jph.takephoto.permission.PermissionManager.TPermissionType
 

T

takeCancel() - 接口 中的方法com.jph.takephoto.app.TakePhoto.TakeResultListener
 
takeCancel() - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
takeCancel() - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
takeCancel() - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
takeFail(TResult, String) - 接口 中的方法com.jph.takephoto.app.TakePhoto.TakeResultListener
 
takeFail(TResult, String) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
takeFail(TResult, String) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
takeFail(TResult, String) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
TakePhoto - com.jph.takephoto.app中的接口
- 支持通过相机拍照获取图片 - 支持从相册选择图片 - 支持从文件选择图片 - 支持多图选择 - 支持批量图片裁切 - 支持批量图片压缩 - 支持对图片进行压缩 - 支持对图片进行裁剪 - 支持对裁剪及压缩参数自定义 - 提供自带裁剪工具(可选) - 支持智能选取及裁剪异常处理 - 支持因拍照Activity被回收后的自动恢复 Author: crazycodeboy Date: 2016/9/21 0007 20:10 Version:4.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhoto.TakeResultListener - com.jph.takephoto.app中的接口
拍照结果监听接口
TakePhotoActivity - com.jph.takephoto.app中的类
继承这个类来让Activity获取拍照的能力
Author: crazycodeboy Date: 2016/9/21 0007 20:10 Version:3.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhotoActivity() - 类 的构造器com.jph.takephoto.app.TakePhotoActivity
 
TakePhotoFragment - com.jph.takephoto.app中的类
继承这个类来让Fragment获取拍照的能力
Author: crazycodeboy Date: 2016/9/21 0007 20:10 Version:3.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhotoFragment() - 类 的构造器com.jph.takephoto.app.TakePhotoFragment
 
TakePhotoFragmentActivity - com.jph.takephoto.app中的类
继承这个类来让Activity获取拍照的能力
Author: crazycodeboy Date: 2016/9/21 0007 20:10 Version:3.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhotoFragmentActivity() - 类 的构造器com.jph.takephoto.app.TakePhotoFragmentActivity
 
TakePhotoImpl - com.jph.takephoto.app中的类
- 支持通过相机拍照获取图片 - 支持从相册选择图片 - 支持从文件选择图片 - 支持多图选择 - 支持批量图片裁切 - 支持批量图片压缩 - 支持对图片进行压缩 - 支持对图片进行裁剪 - 支持对裁剪及压缩参数自定义 - 提供自带裁剪工具(可选) - 支持智能选取及裁剪异常处理 - 支持因拍照Activity被回收后的自动恢复 Date: 2016/9/21 0007 20:10 Version:4.0.0 技术博文:http://www.cboy.me GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhotoImpl(Activity, TakePhoto.TakeResultListener) - 类 的构造器com.jph.takephoto.app.TakePhotoImpl
 
TakePhotoImpl(Fragment, TakePhoto.TakeResultListener) - 类 的构造器com.jph.takephoto.app.TakePhotoImpl
 
TakePhotoInvocationHandler - com.jph.takephoto.permission中的类
 
TakePhotoOptions - com.jph.takephoto.model中的类
Author: crazycodeboy Date: 2016/11/5 0007 20:10 Version:4.0.0 技术博文:http://www.devio.org/ GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TakePhotoOptions.Builder - com.jph.takephoto.model中的类
 
takeSuccess(TResult) - 接口 中的方法com.jph.takephoto.app.TakePhoto.TakeResultListener
 
takeSuccess(TResult) - 类 中的方法com.jph.takephoto.app.TakePhotoActivity
 
takeSuccess(TResult) - 类 中的方法com.jph.takephoto.app.TakePhotoFragment
 
takeSuccess(TResult) - 类 中的方法com.jph.takephoto.app.TakePhotoFragmentActivity
 
TConstant - com.jph.takephoto.uitl中的类
常量类
TConstant() - 类 的构造器com.jph.takephoto.uitl.TConstant
 
TContextWrap - com.jph.takephoto.model中的类
Author: JPH Date: 2016/8/11 17:01
TException - com.jph.takephoto.model中的异常错误
Author: JPH Date: 2016/7/26 10:53
TException(TExceptionType) - 异常错误 的构造器com.jph.takephoto.model.TException
 
TExceptionType - com.jph.takephoto.model中的枚举
Author: JPH Date: 2016/7/26 11:01
TFileUtils - com.jph.takephoto.uitl中的类
Author: crazycodeboy Date: 2016/11/5 0007 20:10 Version:4.0.0 技术博文:http://www.devio.org/ GitHub:https://github.com/crazycodeboy Eamil:crazycodeboy@gmail.com
TFileUtils() - 类 的构造器com.jph.takephoto.uitl.TFileUtils
 
TImage - com.jph.takephoto.model中的类
TakePhoto 操作成功返回的处理结果 Author: JPH Date: 2016/8/11 17:01
TImage.FromType - com.jph.takephoto.model中的枚举
 
TImageFiles - com.jph.takephoto.uitl中的类
ImageFiles工具类
TImageFiles() - 类 的构造器com.jph.takephoto.uitl.TImageFiles
 
TIntentWap - com.jph.takephoto.model中的类
Author: JPH Date: 2016/7/26 14:23
TIntentWap() - 类 的构造器com.jph.takephoto.model.TIntentWap
 
TIntentWap(Intent, int) - 类 的构造器com.jph.takephoto.model.TIntentWap
 
TResult - com.jph.takephoto.model中的类
TakePhoto 操作成功返回的处理结果 Author: JPH Date: 2016/8/11 17:01
TUriParse - com.jph.takephoto.uitl中的类
Uri解析工具类 Author: JPH Date: 2015/8/26 0026 16:23
TUriParse() - 类 的构造器com.jph.takephoto.uitl.TUriParse
 
TUtils - com.jph.takephoto.uitl中的类
工具类 Author: JPH Date: 2016/7/26 10:04
TUtils() - 类 的构造器com.jph.takephoto.uitl.TUtils
 

V

valueOf(String) - 枚举 中的静态方法com.jph.takephoto.model.TExceptionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jph.takephoto.model.TImage.FromType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jph.takephoto.permission.PermissionManager.TPermission
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jph.takephoto.permission.PermissionManager.TPermissionType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jph.takephoto.model.TExceptionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jph.takephoto.model.TImage.FromType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jph.takephoto.permission.PermissionManager.TPermission
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jph.takephoto.permission.PermissionManager.TPermissionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeToFile(Bitmap, Uri) - 类 中的静态方法com.jph.takephoto.uitl.TImageFiles
将bitmap写入到文件
B C D E G H I L M O P R S T V W 
跳过导航链接