org.inria.ns.reflex.xml.provider.svg
Class TIFFSerializerFactory
java.lang.Object
org.inria.ns.reflex.xml.serialize.SerializerFactory
org.inria.ns.reflex.xml.provider.svg.TIFFSerializerFactory
public class TIFFSerializerFactory
- extends SerializerFactory
A TIFF serializer factory; supply Batik's TIFFTranscoder.
- Author:
- Philippe Poulard
TIFFSerializerFactory
public TIFFSerializerFactory()
newSerializer
public Serializer newSerializer()
- Create a new TIFF serializer (Batik).
- Specified by:
newSerializer
in class SerializerFactory
- Returns:
- Return a new serializer used for creating outputs of the
MIME type supported by the underlying factory.
- See Also:
BatikSerializer
,
TIFFTranscoder