Uses of Class
org.yecht.MapStyle
-
Packages that use MapStyle Package Description org.yecht -
-
Uses of MapStyle in org.yecht
Fields in org.yecht declared as MapStyle Modifier and Type Field Description MapStyle
Data.Map. style
Methods in org.yecht that return MapStyle Modifier and Type Method Description static MapStyle
MapStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MapStyle[]
MapStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yecht with parameters of type MapStyle Modifier and Type Method Description void
Emitter. emitMap(java.lang.String tag, MapStyle style)
-