Package | Description |
---|---|
myproject.model | |
myproject.model.swing | |
myproject.model.text |
Modifier and Type | Method and Description |
---|---|
void |
AnimatorBuilder.addHorizontalRoad(Road l,
int i,
int j,
boolean eastToWest)
Add the horizontal
Road to the display, west of position i,j . |
void |
AnimatorBuilder.addVerticalRoad(Road l,
int i,
int j,
boolean southToNorth)
Add the vertical
Road to the display, north of position i,j . |
Modifier and Type | Method and Description |
---|---|
void |
SwingAnimatorBuilder.addHorizontalRoad(Road l,
int i,
int j,
boolean eastToWest) |
void |
SwingAnimatorBuilder.addVerticalRoad(Road l,
int i,
int j,
boolean southToNorth) |
Modifier and Type | Method and Description |
---|---|
void |
TextAnimatorBuilder.addHorizontalRoad(Road l,
int i,
int j,
boolean eastToWest) |
void |
TextAnimatorBuilder.addVerticalRoad(Road l,
int i,
int j,
boolean southToNorth) |