Package com.openhtmltopdf.pdfboxout
Class PdfBoxRenderer.NullUserInterface
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.PdfBoxRenderer.NullUserInterface
-
- All Implemented Interfaces:
UserInterface
- Enclosing class:
- PdfBoxRenderer
private static final class PdfBoxRenderer.NullUserInterface extends java.lang.Object implements UserInterface
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NullUserInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isActive(org.w3c.dom.Element e)
Gets the active attribute of the UserInterface objectboolean
isFocus(org.w3c.dom.Element e)
Gets the focus attribute of the UserInterface objectboolean
isHover(org.w3c.dom.Element e)
Gets the hover attribute of the UserInterface object
-
-
-
Method Detail
-
isHover
public boolean isHover(org.w3c.dom.Element e)
Description copied from interface:UserInterface
Gets the hover attribute of the UserInterface object- Specified by:
isHover
in interfaceUserInterface
- Parameters:
e
- PARAM- Returns:
- The hover value
-
isActive
public boolean isActive(org.w3c.dom.Element e)
Description copied from interface:UserInterface
Gets the active attribute of the UserInterface object- Specified by:
isActive
in interfaceUserInterface
- Parameters:
e
- PARAM- Returns:
- The active value
-
isFocus
public boolean isFocus(org.w3c.dom.Element e)
Description copied from interface:UserInterface
Gets the focus attribute of the UserInterface object- Specified by:
isFocus
in interfaceUserInterface
- Parameters:
e
- PARAM- Returns:
- The focus value
-
-