|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CarCanvas
This file is licensed under the GNU Public Licens (GPL).
| Field Summary | |
|---|---|
static int |
ARRIVING_DOWN
DOCUMENT ME! |
static int |
ARRIVING_UP
DOCUMENT ME! |
static int |
CLOSE_OPEN
DOCUMENT ME! |
static int |
GOING_DOWN
DOCUMENT ME! |
static int |
GOING_UP
DOCUMENT ME! |
static int |
PARKING
DOCUMENT ME! |
static int |
WAITING
DOCUMENT ME! |
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics G)
DOCUMENT ME! |
void |
setActNumber(int ActNumber)
DOCUMENT ME! |
void |
setCarPresent(boolean NewCarPresent)
DOCUMENT ME! |
void |
setDstFloors(int[] DstFloors)
DOCUMENT ME! |
void |
setMaxNumber(int MaxNumber)
DOCUMENT ME! |
void |
setProgress(double NewProgress)
DOCUMENT ME! |
void |
setState(int NewState)
DOCUMENT ME! |
| Field Detail |
|---|
static final int GOING_UP
static final int GOING_DOWN
static final int ARRIVING_UP
static final int ARRIVING_DOWN
static final int PARKING
static final int WAITING
static final int CLOSE_OPEN
| Method Detail |
|---|
void setDstFloors(int[] DstFloors)
DstFloors - DOCUMENT ME!void setMaxNumber(int MaxNumber)
MaxNumber - DOCUMENT ME!void setActNumber(int ActNumber)
ActNumber - DOCUMENT ME!void setState(int NewState)
NewState - DOCUMENT ME!void setProgress(double NewProgress)
NewProgress - DOCUMENT ME!void setCarPresent(boolean NewCarPresent)
NewCarPresent - DOCUMENT ME!void paint(java.awt.Graphics G)
G - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||