Package com.itextpdf.awt.geom.misc
Class RenderingHints.KeyImpl
- java.lang.Object
-
- com.itextpdf.awt.geom.misc.RenderingHints.Key
-
- com.itextpdf.awt.geom.misc.RenderingHints.KeyImpl
-
- Enclosing class:
- RenderingHints
private static class RenderingHints.KeyImpl extends RenderingHints.Key
Private implementation of Key class
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyImpl(int key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(java.lang.Object val)
-
Methods inherited from class com.itextpdf.awt.geom.misc.RenderingHints.Key
equals, hashCode, intKey
-
-
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object val)
- Specified by:
isCompatibleValue
in classRenderingHints.Key
-
-