public class MaterialEffect extends UIEffects implements PenListener, TimerListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaterialEffect.SideEffect |
UIEffects.Effects| Modifier and Type | Field and Description |
|---|---|
MaterialEffect.SideEffect |
sideEffect |
alphaValue, color, darkSideOnPress, defaultEffect, duration, enabled, X_UNKNOWN| Constructor and Description |
|---|
MaterialEffect(Control target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
boolean |
isRunning() |
void |
paintEffect(Graphics g) |
void |
penDown(PenEvent e)
A PEN_DOWN event was dispatched.
|
void |
penDrag(DragEvent e)
A PEN_DRAG event was dispatched.
|
void |
penDragEnd(DragEvent e)
A PEN_DRAG_END event was dispatched.
|
void |
penDragStart(DragEvent e)
A PEN_DRAG_START event was dispatched.
|
void |
penUp(PenEvent e)
A PEN_UP event was dispatched.
|
void |
startEffect() |
void |
timerTriggered(TimerEvent e)
A TRIGGERED event was dispatched.
|
public MaterialEffect.SideEffect sideEffect
public MaterialEffect(Control target)
protected void finalize()
finalize in class java.lang.Objectpublic void paintEffect(Graphics g)
paintEffect in class UIEffectspublic void penDown(PenEvent e)
PenListenerpenDown in interface PenListenerPenEventpublic void penUp(PenEvent e)
PenListenerpenUp in interface PenListenerPenEventpublic void timerTriggered(TimerEvent e)
TimerListenertimerTriggered in interface TimerListenerTimerEventpublic void startEffect()
startEffect in class UIEffectspublic void penDrag(DragEvent e)
PenListenerpenDrag in interface PenListenerPenEventpublic void penDragStart(DragEvent e)
PenListenerpenDragStart in interface PenListenerPenEventpublic void penDragEnd(DragEvent e)
PenListenerpenDragEnd in interface PenListenerPenEvent