Uses of Class
com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
Packages that use EventSelection.Location Package Description com.metsci.glimpse.core.plot.timeline.data -
-
Uses of EventSelection.Location in com.metsci.glimpse.core.plot.timeline.data
Methods in com.metsci.glimpse.core.plot.timeline.data that return EventSelection.Location Modifier and Type Method Description static EventSelection.LocationEventSelection.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSelection.Location[]EventSelection.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.metsci.glimpse.core.plot.timeline.data that return types with arguments of type EventSelection.Location Modifier and Type Method Description EnumSet<EventSelection.Location>EventSelection. getLocations()Methods in com.metsci.glimpse.core.plot.timeline.data with parameters of type EventSelection.Location Modifier and Type Method Description booleanEventSelection. isLocation(EventSelection.Location... locationList)Constructor parameters in com.metsci.glimpse.core.plot.timeline.data with type arguments of type EventSelection.Location Constructor Description EventSelection(Event event, EnumSet<EventSelection.Location> locations)
-