Class SVGTranscoder.NewlineKey
- java.lang.Object
-
- org.apache.batik.transcoder.TranscodingHints.Key
-
- org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineKey
-
- Enclosing class:
- SVGTranscoder
protected static class SVGTranscoder.NewlineKey extends TranscodingHints.Key
To represent a newline key.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NewlineKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(java.lang.Object v)
Returns true if the specified object is a valid value for this key, false otherwise.
-
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object v)
Description copied from class:TranscodingHints.Key
Returns true if the specified object is a valid value for this key, false otherwise.- Specified by:
isCompatibleValue
in classTranscodingHints.Key
-
-