public class SliderDemo extends Object implements UI
| Modifier and Type | Class and Description |
|---|---|
static interface |
SliderDemo.Atom<T> |
TimerUpdate.UpdateAction| Modifier and Type | Field and Description |
|---|---|
static int |
SLIDER_HEIGHT |
NEEDS_REDRAW, NO_UPDATE| Constructor and Description |
|---|
SliderDemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
click(net.avh4.math.geometry.Rect bounds,
net.avh4.math.geometry.Point point) |
void |
draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
key(int keyCode,
boolean shift) |
static void |
main(String[] args) |
void |
move(net.avh4.math.geometry.Rect bounds,
net.avh4.math.geometry.Point point) |
TimerUpdate.UpdateAction |
time() |
public static final int SLIDER_HEIGHT
public static void main(String[] args)
public void click(net.avh4.math.geometry.Rect bounds,
net.avh4.math.geometry.Point point)
click in interface ClickReceiverpublic void move(net.avh4.math.geometry.Rect bounds,
net.avh4.math.geometry.Point point)
move in interface ClickReceiverpublic void draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm)
public void key(int keyCode,
boolean shift)
key in interface KeyReceiverpublic TimerUpdate.UpdateAction time()
time in interface TimerUpdateCopyright © 2013. All Rights Reserved.