public abstract class UIEffects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UIEffects.Effects |
Modifier and Type | Field and Description |
---|---|
int |
alphaValue
The alpha value to be applied during the press, range from 0 to 255 (default value).
|
int |
color |
boolean |
darkSideOnPress |
static UIEffects.Effects |
defaultEffect |
static int |
duration |
boolean |
enabled |
static int |
X_UNKNOWN |
Constructor and Description |
---|
UIEffects() |
Modifier and Type | Method and Description |
---|---|
static UIEffects |
get(Control c) |
abstract boolean |
isRunning() |
abstract void |
paintEffect(Graphics g) |
abstract void |
startEffect() |
public static int X_UNKNOWN
public static int duration
public static UIEffects.Effects defaultEffect
public boolean darkSideOnPress
public boolean enabled
public int color
public int alphaValue