Package org.geotools.ysld.parse
Class GraphicParser
Object
YamlParseHandler
YsldParseHandler
GraphicParser
Handles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into a
Graphic
object.-
Field Summary
Fields inherited from class YsldParseHandler
factory, LOG -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidhandle(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObjectin the givenYamlParseContext.
-
Method Details
-
graphic
-
handle
Description copied from class:YamlParseHandlerHandle parsing the providedYamlObjectin the givenYamlParseContext.- Specified by:
handlein classYamlParseHandler
-