Uses of Class
org.openstreetmap.josm.plugins.streetside.cubemap.CubemapUtils.CubemapFaces
-
Packages that use CubemapUtils.CubemapFaces Package Description org.openstreetmap.josm.plugins.streetside.cubemap -
-
Uses of CubemapUtils.CubemapFaces in org.openstreetmap.josm.plugins.streetside.cubemap
Methods in org.openstreetmap.josm.plugins.streetside.cubemap that return CubemapUtils.CubemapFaces Modifier and Type Method Description static CubemapUtils.CubemapFacesCubemapUtils.CubemapFaces. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CubemapUtils.CubemapFaces[]CubemapUtils.CubemapFaces. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.plugins.streetside.cubemap that return types with arguments of type CubemapUtils.CubemapFaces Modifier and Type Method Description static java.util.stream.Stream<CubemapUtils.CubemapFaces>CubemapUtils.CubemapFaces. stream()
-