Class PdfBoxRenderer.NullUserInterface

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NullUserInterface()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isActive​(org.w3c.dom.Element e)
      Gets the active attribute of the UserInterface object
      boolean isFocus​(org.w3c.dom.Element e)
      Gets the focus attribute of the UserInterface object
      boolean isHover​(org.w3c.dom.Element e)
      Gets the hover attribute of the UserInterface object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullUserInterface

        private NullUserInterface()
    • Method Detail

      • isHover

        public boolean isHover​(org.w3c.dom.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​(org.w3c.dom.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​(org.w3c.dom.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