Package com.openhtmltopdf.extend
Interface UserInterface
- All Known Implementing Classes:
NullUserInterface
,PdfBoxRenderer.NullUserInterface
public interface UserInterface
-
Method Summary
-
Method Details
-
isHover
Gets the hover attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The hover value
-
isActive
Gets the active attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The active value
-
isFocus
Gets the focus attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The focus value
-