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 void
void
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
Method Details
-
graphic
-
handle
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-