Package org.xhtmlrenderer.pdf
Class ITextRenderer.NullUserInterface
java.lang.Object
org.xhtmlrenderer.pdf.ITextRenderer.NullUserInterface
- All Implemented Interfaces:
UserInterface
- Enclosing class:
- ITextRenderer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullUserInterface
private NullUserInterface()
-
-
Method Details
-
isHover
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
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
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
-