- saveAsBitmap(OnSaveBitmap) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Save the edited image as bitmap
- saveAsBitmap(SaveSettings, OnSaveBitmap) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Save the edited image as bitmap
- saveAsFile(String, PhotoEditor.OnSaveListener) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Save the edited image on given path
- saveAsFile(String, SaveSettings, PhotoEditor.OnSaveListener) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Save the edited image on given path
- SaveSettings - Class in ja.burhanrashid52.photoeditor
-
- SaveSettings.Builder - Class in ja.burhanrashid52.photoeditor
-
- setBrushColor(int) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
set brush color which user want to paint
- setBrushDrawingMode(boolean) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
- setBrushEraserSize(float) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
set the eraser size
Note : Eraser size is different from the normal brush size
- setBrushSize(float) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
- setClearViewsEnabled(boolean) - Method in class ja.burhanrashid52.photoeditor.SaveSettings.Builder
-
Define a flag to clear the view after saving the image
- setCompressFormat(Bitmap.CompressFormat) - Method in class ja.burhanrashid52.photoeditor.SaveSettings.Builder
-
Set the compression format for the file to save: JPEG, PNG or WEBP
- setCompressQuality(int) - Method in class ja.burhanrashid52.photoeditor.SaveSettings.Builder
-
Set the expected compression quality for the output, a number between
0 and 100
- setDefaultEmojiTypeface(Typeface) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor.Builder
-
set default font specific to add emojis
- setDefaultTextTypeface(Typeface) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor.Builder
-
set default text font to be added on image
- setFilterEffect(CustomEffect) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Setup of custom effect using effect type and set parameters values
- setFilterEffect(PhotoFilter) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
Set pre-define filter available
- setOnPhotoEditorListener(OnPhotoEditorListener) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
- setOpacity(int) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor
-
- setParameter(String, Object) - Method in class ja.burhanrashid52.photoeditor.CustomEffect.Builder
-
set parameter to the attributes with its value
- setPinchTextScalable(boolean) - Method in class ja.burhanrashid52.photoeditor.PhotoEditor.Builder
-
set false to disable pinch to zoom on text insertion.By deafult its true
- setTransparencyEnabled(boolean) - Method in class ja.burhanrashid52.photoeditor.SaveSettings.Builder
-
Define a flag to enable transparency while saving image