public abstract class AbstractColorTool<T> extends AbstractTool
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractColorTool.OnColorSelected<T> |
AbstractConfig.AspectConfigInterface, AbstractConfig.BindData, AbstractConfig.ColorConfigInterface, AbstractConfig.ConfigViewHolder, AbstractConfig.FontConfigInterface<T>, AbstractConfig.ImageFilterInterface, AbstractConfig.StickerConfigInterface, AbstractConfig.ToolConfigInterfacepanelClassisDirty, NO_THUMBNAIL_ID, ORIGINAL_THUMBNAIL_SIZE| Modifier and Type | Method and Description |
|---|---|
void |
detachPanel(boolean revertChanges) |
int |
getColor() |
abstract java.util.List<? extends AbstractConfig.ColorConfigInterface> |
getColorList() |
AbstractOperation |
getOperation() |
boolean |
isRevertible() |
protected void |
revertState() |
protected void |
saveState() |
void |
setColor(int color) |
attachPanel, convertFromRange, convertToRange, getEditorPreview, getLayout, getOperator, getVerticalLayout, isAttached, isSelectable, refreshPanel, revertChangescreateViewHolder, generateBindData, generateBindDataAsync, getName, getThumbnailBitmap, getThumbnailBitmap, getThumbnailResId, getTitle, hasStaticThumbnail, isClickable, isDirty, setDirtyFlagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTitlecreateViewHolder, generateBindData, generateBindDataAsync, getName, isDirty, setDirtyFlagprotected void saveState()
saveState in class AbstractToolprotected void revertState()
revertState in class AbstractToolpublic void setColor(int color)
public int getColor()
@NonNull public abstract java.util.List<? extends AbstractConfig.ColorConfigInterface> getColorList()
public void detachPanel(boolean revertChanges)
detachPanel in interface AbstractConfig.ToolConfigInterfacedetachPanel in class AbstractTool@Nullable public AbstractOperation getOperation()
getOperation in interface AbstractConfig.ToolConfigInterfacegetOperation in class AbstractToolpublic boolean isRevertible()
isRevertible in interface AbstractConfig.ToolConfigInterfaceisRevertible in class AbstractTool