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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActive(Element e)Gets the active attribute of the UserInterface objectbooleanisFocus(Element e)Gets the focus attribute of the UserInterface objectbooleanisHover(Element e)Gets the hover attribute of the UserInterface object
-
-
-
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
-
-