Class Java2DRenderer.NullUserInterface
java.lang.Object
org.openpdf.swing.Java2DRenderer.NullUserInterface
- All Implemented Interfaces:
UserInterface
- Enclosing class:
Java2DRenderer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullUserInterface
private 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
-