Enum Class TrafficLightComponent.TrafficLightEnum
java.lang.Object
java.lang.Enum<TrafficLightComponent.TrafficLightEnum>
com.ptc.core.components.rendering.guicomponents.TrafficLightComponent.TrafficLightEnum
- All Implemented Interfaces:
Serializable,Comparable<TrafficLightComponent.TrafficLightEnum>,Constable
- Enclosing class:
TrafficLightComponent
public static enum TrafficLightComponent.TrafficLightEnum
extends Enum<TrafficLightComponent.TrafficLightEnum>
Enumeration corresponding to a three-state 'TrafficLight' graphic
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
RED
Supported API: true
-
YELLOW
Supported API: true
-
GREEN
Supported API: true
-
BLANK
Supported API: true
-