- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- com.lowagie.text.pdf.PdfGraphics2D.HyperLinkKey
-
- Enclosing class:
- PdfGraphics2D
public static class PdfGraphics2D.HyperLinkKey extends RenderingHints.Key
- Since:
- 2.0.8
-
-
Field Summary
Fields Modifier and Type Field Description static PdfGraphics2D.HyperLinkKey
KEY_INSTANCE
static Object
VALUE_HYPERLINKKEY_OFF
-
Constructor Summary
Constructors Modifier Constructor Description protected
HyperLinkKey(int arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(Object val)
String
toString()
-
Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode, intKey
-
-
-
-
Field Detail
-
KEY_INSTANCE
public static final PdfGraphics2D.HyperLinkKey KEY_INSTANCE
-
VALUE_HYPERLINKKEY_OFF
public static final Object VALUE_HYPERLINKKEY_OFF
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(Object val)
- Specified by:
isCompatibleValue
in classRenderingHints.Key
-
-