Uses of Class
de.xima.fc.common.geometry.EViewDirection2D
-
Packages that use EViewDirection2D Package Description de.xima.fc.common.geometry -
-
Uses of EViewDirection2D in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return EViewDirection2D Modifier and Type Method Description static EViewDirection2D
EViewDirection2D. valueOf(String name)
Returns the enum constant of this type with the specified name.static EViewDirection2D[]
EViewDirection2D. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-