| Package | Description |
|---|---|
| model.map |
The
Map and its MapComponents. |
| view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI. |
| Modifier and Type | Method and Description |
|---|---|
static QueueSeparator |
ModelComponentBuilder.createQueueSeparator(Position start,
double width,
double height,
double degreeRotation)
Creates a
QueueSeparator. |
static QueueSeparator |
ModelComponentBuilder.createQueueSeparator(Position start,
double width,
double height,
Position origin,
double degreeRotation)
Creates a
QueueSeparator with a specified width and height. |
static QueueSeparator |
ModelComponentBuilder.createQueuSeparator(java.util.List<Position> cornerPoints,
double degreeRotation)
Creates a rotated
QueueSeparator from its original corner points
and a given degree rotation. |
static QueueSeparator |
ModelComponentBuilder.createQueuSeparator(java.util.List<Position> cornerPoints,
Position origin,
double degreeRotation)
Creates a rotated
QueueSeparator from its original corner points
and a given degree rotation. |
| Modifier and Type | Field and Description |
|---|---|
private QueueSeparator |
QueueSeparatorView.queueSeparator
The
QueueSeparator. |
| Modifier and Type | Method and Description |
|---|---|
QueueSeparator |
QueueSeparatorView.getPhysicalObstacle()
Gets the physical obstacle.
|
| Constructor and Description |
|---|
QueueSeparatorView(QueueSeparator queueSeparator)
Creates the QueueSeparator.
|