Uses of Class
org.eclipse.steady.java.monitor.touch.TouchPointCollector.Direction
-
Packages that use TouchPointCollector.Direction Package Description org.eclipse.steady.java.monitor.touch -
-
Uses of TouchPointCollector.Direction in org.eclipse.steady.java.monitor.touch
Methods in org.eclipse.steady.java.monitor.touch that return TouchPointCollector.Direction Modifier and Type Method Description static TouchPointCollector.DirectionTouchPointCollector.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static TouchPointCollector.Direction[]TouchPointCollector.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-