Class BoxRenderer.NullUserInterface

java.lang.Object
org.xhtmlrenderer.swing.BoxRenderer.NullUserInterface
All Implemented Interfaces:
UserInterface
Enclosing class:
BoxRenderer

private static final class BoxRenderer.NullUserInterface extends Object implements UserInterface
  • Constructor Details

    • NullUserInterface

      private NullUserInterface()
  • Method Details

    • isHover

      public boolean isHover(Element e)
      Description copied from interface: UserInterface
      Gets the hover attribute of the UserInterface object
      Specified by:
      isHover in interface UserInterface
      Parameters:
      e - PARAM
      Returns:
      The hover value
    • isActive

      public boolean isActive(Element e)
      Description copied from interface: UserInterface
      Gets the active attribute of the UserInterface object
      Specified by:
      isActive in interface UserInterface
      Parameters:
      e - PARAM
      Returns:
      The active value
    • isFocus

      public boolean isFocus(Element e)
      Description copied from interface: UserInterface
      Gets the focus attribute of the UserInterface object
      Specified by:
      isFocus in interface UserInterface
      Parameters:
      e - PARAM
      Returns:
      The focus value