Package com.itextpdf.awt
Class PdfGraphics2D.HyperLinkKey
- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- com.itextpdf.awt.PdfGraphics2D.HyperLinkKey
-
- Enclosing class:
- PdfGraphics2D
public static class PdfGraphics2D.HyperLinkKey extends java.awt.RenderingHints.Key
- Since:
- 2.0.8
-
-
Field Summary
Fields Modifier and Type Field Description static PdfGraphics2D.HyperLinkKey
KEY_INSTANCE
static java.lang.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(java.lang.Object val)
java.lang.String
toString()
-
-
-
Field Detail
-
KEY_INSTANCE
public static final PdfGraphics2D.HyperLinkKey KEY_INSTANCE
-
VALUE_HYPERLINKKEY_OFF
public static final java.lang.Object VALUE_HYPERLINKKEY_OFF
-
-