Package org.geotools.ysld.encode
Class FontEncoder
- Object
-
- YsldEncodeHandler<Font>
-
- FontEncoder
-
public class FontEncoder extends YsldEncodeHandler<Font>
Encodes anFont
as YSLD.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encode(Font font)
-
Methods inherited from class YsldEncodeHandler
hasNext, next, remove, vendorOptions
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Iterator
forEachRemaining
-
-
-
-
Method Detail
-
encode
protected void encode(Font font)
- Specified by:
encode
in classYsldEncodeHandler<Font>
-
-