Class LogoImpl

    • Field Detail

      • width

        private Integer width
        X-Dimension of the logo.
      • height

        private Integer height
        Y-Dimension of the logo.
    • Constructor Detail

      • LogoImpl

        protected LogoImpl​(String namespaceURI,
                           String elementLocalName,
                           String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - namespaceURI
        elementLocalName - elementLocalName
        namespacePrefix - namespacePrefix
    • Method Detail

      • getHeight

        public Integer getHeight()
        Get the height of the logo.
        Specified by:
        getHeight in interface Logo
        Returns:
        the height of the logo
      • setHeight

        public void setHeight​(Integer newHeight)
        Sets the height of the logo.
        Specified by:
        setHeight in interface Logo
        Parameters:
        newHeight - the height of the logo
      • getWidth

        public Integer getWidth()
        Get the width of the logo.
        Specified by:
        getWidth in interface Logo
        Returns:
        the width of the logo
      • setWidth

        public void setWidth​(Integer newWidth)
        Sets the width of the logo.
        Specified by:
        setWidth in interface Logo
        Parameters:
        newWidth - the height of the logo
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object