Uses of Class
mil.nga.sf.util.sweep.EventType
-
Packages that use EventType Package Description mil.nga.sf.util.sweep -
-
Uses of EventType in mil.nga.sf.util.sweep
Methods in mil.nga.sf.util.sweep that return EventType Modifier and Type Method Description EventTypeEvent. getType()Get the event typestatic EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mil.nga.sf.util.sweep with parameters of type EventType Constructor Description Event(int edge, int ring, Point point, EventType type)Constructor
-