| Interface | Description |
|---|---|
| OnBitmapSaveListener |
图片保存监听
|
| OnPhotoEditorListener |
图片编辑监听
|
| PhotoEditor.OnSaveListener |
A callback to save the edited image asynchronously
|
| Class | Description |
|---|---|
| BrushDrawingView |
画板,自定义绘图视图,用于在用户触摸事件上进行绘图
|
| CustomEffect |
自定义滤镜效果
|
| CustomEffect.Builder |
Set customize effect to image using this builder class
|
| PhotoEditor |
图片编辑
|
| PhotoEditor.Builder |
Builder pattern to define
PhotoEditor Instance |
| PhotoEditorView |
图片编辑主控件
This ViewGroup will have the
BrushDrawingView to draw paint on it with ImageView
which our source image |
| PhotoEnhance |
图片增强处理
|
| SaveSettings |
图片保存设置
|
| SaveSettings.Builder | |
| TextStyleBuilder |
文字编辑
|
| Enum | Description |
|---|---|
| PhotoFilter |
滤镜
|
| TextStyleBuilder.TextStyle |
Enum to maintain current supported style properties used on on
PhotoEditor.addText(String, TextStyleBuilder) and PhotoEditor.editText(View, String, TextStyleBuilder) |
| ViewType |
Enum define for various operation happening on the
PhotoEditorView while editing |