public abstract class StrokeParser extends YsldParseHandler
Stroke object.factory, LOG| Modifier | Constructor and Description |
|---|---|
protected |
StrokeParser(Factory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(YamlObject<?> obj,
YamlParseContext context)
Handle parsing the provided
YamlObject in the given YamlParseContext. |
protected abstract void |
stroke(Stroke stroke) |
protected StrokeParser(Factory factory)
public void handle(YamlObject<?> obj, YamlParseContext context)
YamlParseHandlerYamlObject in the given YamlParseContext.handle in class YamlParseHandlerprotected abstract void stroke(Stroke stroke)
Copyright © 1996–2019 Geotools. All rights reserved.