Package org.geotools.ysld.parse
Class GraphicParser
- Object
-
- YamlParseHandler
-
- YsldParseHandler
-
- GraphicParser
-
public class GraphicParser extends YsldParseHandler
Handles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into aGraphic
object.
-
-
Field Summary
-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
graphic(Graphic g)
void
handle(YamlObject<?> obj, YamlParseContext context)
Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
-
-
Method Detail
-
graphic
protected void graphic(Graphic g)
-
handle
public void handle(YamlObject<?> obj, YamlParseContext context)
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-
-