Class PDFHints.Key
java.lang.Object
java.awt.RenderingHints.Key
com.orsonpdf.PDFHints.Key
- Enclosing class:
PDFHints
A key for hints used by the
PDFGraphics2D class.- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCompatibleValue(Object val) Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.Methods inherited from class RenderingHints.Key
equals, hashCode, intKey
-
Constructor Details
-
Key
public Key(int privateKey)
-
-
Method Details
-
isCompatibleValue
Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.- Specified by:
isCompatibleValuein classRenderingHints.Key- Parameters:
val- the value.- Returns:
- A boolean.
-