public class AdjustmentToolPanel
extends AbstractToolPanel
| Modifier and Type | Class and Description |
|---|---|
protected class |
AdjustmentToolPanel.QuickListClickListener |
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_BLACKS |
static int |
OPTION_BRIGHTNESS |
static int |
OPTION_CLARITY |
static int |
OPTION_CONTRAST |
static int |
OPTION_EXPOSURE |
static int |
OPTION_GAMMA |
static int |
OPTION_HIGHLIGHT |
static int |
OPTION_NONE |
static int |
OPTION_REDO |
static int |
OPTION_RESET |
static int |
OPTION_SATURATION |
static int |
OPTION_SHADOW |
static int |
OPTION_SHARPNESS |
static int |
OPTION_TEMPERATURE |
static int |
OPTION_UNDO |
static int |
OPTION_WHITES |
static java.lang.String |
TOOL_ID |
| Constructor and Description |
|---|
AdjustmentToolPanel(StateHandler stateHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected android.animation.Animator |
createExitAnimator(android.view.View panelView) |
protected java.util.ArrayList<AdjustOption> |
createOptionList() |
protected java.util.ArrayList<OptionItem> |
createQuickOptionList() |
protected android.animation.Animator |
createShowAnimator(android.view.View panelView) |
protected java.lang.Class<? extends Settings>[] |
getHistorySettings() |
protected int |
getLayoutResource() |
protected void |
onAttached(android.content.Context context,
android.view.View panelView) |
protected void |
onDetached() |
protected void |
onHistoryButtonStateChanged(HistoryState historyState) |
void |
onItemClick(AdjustOption entity) |
void |
onOnSeekBarThumbLeaved(SeekSlider bar,
float value) |
void |
onOnSeekBarValueChange(SeekSlider bar,
float value) |
protected void |
updateSeekBar() |
public static final java.lang.String TOOL_ID
public static final int OPTION_UNDO
public static final int OPTION_REDO
public static final int OPTION_NONE
public static final int OPTION_GAMMA
public static final int OPTION_CLARITY
public static final int OPTION_CONTRAST
public static final int OPTION_SATURATION
public static final int OPTION_BRIGHTNESS
public static final int OPTION_TEMPERATURE
public static final int OPTION_HIGHLIGHT
public static final int OPTION_EXPOSURE
public static final int OPTION_SHADOW
public static final int OPTION_BLACKS
public static final int OPTION_WHITES
public static final int OPTION_RESET
public static final int OPTION_SHARPNESS
public AdjustmentToolPanel(@NonNull
StateHandler stateHandler)
@MainThread protected void onHistoryButtonStateChanged(HistoryState historyState)
@Nullable protected java.lang.Class<? extends Settings>[] getHistorySettings()
protected int getLayoutResource()
protected void onAttached(android.content.Context context,
@NonNull
android.view.View panelView)
protected java.util.ArrayList<OptionItem> createQuickOptionList()
protected java.util.ArrayList<AdjustOption> createOptionList()
@NonNull
protected android.animation.Animator createShowAnimator(@NonNull
android.view.View panelView)
@NonNull
protected android.animation.Animator createExitAnimator(@NonNull
android.view.View panelView)
protected void onDetached()
public void onItemClick(@NonNull
AdjustOption entity)
@MainThread protected void updateSeekBar()
public void onOnSeekBarValueChange(SeekSlider bar,
float value)
public void onOnSeekBarThumbLeaved(SeekSlider bar,
float value)