Uses of Class
org.hortonmachine.gears.utils.style.sld.StyleType
-
Packages that use StyleType Package Description org.hortonmachine.gears.utils.style.sld -
-
Uses of StyleType in org.hortonmachine.gears.utils.style.sld
Methods in org.hortonmachine.gears.utils.style.sld that return StyleType Modifier and Type Method Description static StyleTypeStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static StyleType[]StyleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hortonmachine.gears.utils.style.sld with parameters of type StyleType Modifier and Type Method Description StringSLDHandler. getStyle(StyleType type, Color color, String colorName, String layerName)StringStyleHandler. getStyle(StyleType type, Color color, String colorName, String layerName)Generates a style from a template using the provided substitutions.
-