| Package | Description |
|---|---|
| cz.gyarab.util.light |
Základní sestava tříd pro úplné začátečníky umožňuje snadno ovládat světelná
pole i bez znalosti programování GUI.
|
| Modifier and Type | Method and Description |
|---|---|
static TrafficLights.Orientation |
TrafficLights.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrafficLights.Orientation[] |
TrafficLights.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Semaphore(TrafficLights.Orientation orientation)
Vytvoří semafor pro zadanou orientaci.
|
TrafficLights(TrafficLights.Orientation orientation)
Vytvoří semafor v dané orientaci.
|