Uses of Class
org.hortonmachine.gears.utils.style.StyleWrapper
-
Packages that use StyleWrapper Package Description org.hortonmachine.gears.utils.style -
-
Uses of StyleWrapper in org.hortonmachine.gears.utils.style
Methods in org.hortonmachine.gears.utils.style that return StyleWrapper Modifier and Type Method Description static StyleWrapperStyleUtilities. createStyleFromGraphic(File graphicsPath)Generates a style based on a graphic.StyleWrapperFeatureTypeStyleWrapper. getParent()Method parameters in org.hortonmachine.gears.utils.style with type arguments of type StyleWrapper Modifier and Type Method Description static StringStyleUtilities. checkSameNameStyle(List<StyleWrapper> styles, String styleName)Checks if the list ofStyleWrappers supplied contains one with the supplied name.Constructors in org.hortonmachine.gears.utils.style with parameters of type StyleWrapper Constructor Description FeatureTypeStyleWrapper(org.geotools.styling.FeatureTypeStyle featureTypeStyle, StyleWrapper parent)
-