Uses of Class
com.google.common.geometry.R2Rect.Axis
-
-
Uses of R2Rect.Axis in com.google.common.geometry
Methods in com.google.common.geometry that return R2Rect.Axis Modifier and Type Method Description static R2Rect.Axis
R2Rect.Axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static R2Rect.Axis[]
R2Rect.Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.geometry with parameters of type R2Rect.Axis Modifier and Type Method Description R1Interval
R2Rect. getInterval(R2Rect.Axis axis)
Returns the interval for the given axis, which must not be null.
-