| Package | Description |
|---|---|
| org.openstreetmap.josm.plugins.streetside.cubemap |
| Modifier and Type | Field and Description |
|---|---|
private static Map<Integer,CubemapUtils.CubefaceType> |
CubemapUtils.CubefaceType.map |
| Modifier and Type | Method and Description |
|---|---|
static CubemapUtils.CubefaceType |
CubemapUtils.CubefaceType.valueOf(int cubefaceType) |
static CubemapUtils.CubefaceType |
CubemapUtils.CubefaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CubemapUtils.CubefaceType[] |
CubemapUtils.CubefaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|