Class HzSize

    • Constructor Detail

      • HzSize

        public HzSize()
    • Method Detail

      • deletePixels

        public void deletePixels()
      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getPixels

        public Integer getPixels()
        Returns the value of field 'pixels'.
        Returns:
        the value of field 'Pixels'.
      • hasPixels

        public boolean hasPixels()
        Method hasPixels.
        Returns:
        true if at least one Pixels has been added
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setPixels

        public void setPixels​(Integer pixels)
        Sets the value of field 'pixels'.
        Parameters:
        pixels - the value of field 'pixels'.