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