Class NullUserInterface
java.lang.Object
com.openhtmltopdf.outputdevice.helper.NullUserInterface
- All Implemented Interfaces:
UserInterface
public class NullUserInterface extends Object implements UserInterface
-
Constructor Summary
Constructors Constructor Description NullUserInterface() -
Method Summary
-
Constructor Details
-
NullUserInterface
public NullUserInterface()
-
-
Method Details
-
isHover
Description copied from interface:UserInterfaceGets the hover attribute of the UserInterface object- Specified by:
isHoverin interfaceUserInterface- Parameters:
e- PARAM- Returns:
- The hover value
-
isActive
Description copied from interface:UserInterfaceGets the active attribute of the UserInterface object- Specified by:
isActivein interfaceUserInterface- Parameters:
e- PARAM- Returns:
- The active value
-
isFocus
Description copied from interface:UserInterfaceGets the focus attribute of the UserInterface object- Specified by:
isFocusin interfaceUserInterface- Parameters:
e- PARAM- Returns:
- The focus value
-