public static enum EventsHandler.RepresentationType extends java.lang.Enum<EventsHandler.RepresentationType>
| Enum Constant and Description |
|---|
REP_POINTS |
REP_SOLID |
REP_WIREFRAME |
| Modifier and Type | Method and Description |
|---|---|
static EventsHandler.RepresentationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventsHandler.RepresentationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventsHandler.RepresentationType REP_POINTS
public static final EventsHandler.RepresentationType REP_WIREFRAME
public static final EventsHandler.RepresentationType REP_SOLID
public static EventsHandler.RepresentationType[] values()
for (EventsHandler.RepresentationType c : EventsHandler.RepresentationType.values()) System.out.println(c);
public static EventsHandler.RepresentationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.