Class FontToolTip
java.lang.Object
org.apache.pdfbox.debugger.streampane.tooltip.FontToolTip
- All Implemented Interfaces:
ToolTip
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
extractFontReference
(String rowText) private void
initUI
(String fontReferenceName, PDResources resources)
-
Field Details
-
LOG
private static final org.apache.commons.logging.Log LOG -
markup
-
-
Constructor Details
-
FontToolTip
FontToolTip(PDResources resources, String rowText) Constructor.- Parameters:
resources
- PDResources instance. Which corresponds the resource dictionary containing the concern font.rowText
- String instance of the tooltip row.
-
-
Method Details
-
initUI
-
extractFontReference
-
getToolTipText
- Specified by:
getToolTipText
in interfaceToolTip
-