Class ImageSize

    • Constructor Detail

      • ImageSize

        public ImageSize()
    • Method Detail

      • 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.
      • getHzSize

        public HzSize getHzSize()
        Returns the value of field 'hzSize'.
        Returns:
        the value of field 'HzSize'.
      • getVtSize

        public VtSize getVtSize()
        Returns the value of field 'vtSize'.
        Returns:
        the value of field 'VtSize'.
      • hashCode

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

        public void setHzSize​(HzSize hzSize)
        Sets the value of field 'hzSize'.
        Parameters:
        hzSize - the value of field 'hzSize'.
      • setVtSize

        public void setVtSize​(VtSize vtSize)
        Sets the value of field 'vtSize'.
        Parameters:
        vtSize - the value of field 'vtSize'.