Class VtSize

  • All Implemented Interfaces:
    java.io.Serializable

    public class VtSize
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VtSize()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deletePixels()  
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.lang.Integer getPixels()
      Returns the value of field 'pixels'.
      int hashCode()
      Method hashCode.
      boolean hasPixels()
      Method hasPixels.
      void setPixels​(java.lang.Integer pixels)
      Sets the value of field 'pixels'.
      • Methods inherited from class java.lang.Object

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

      • VtSize

        public VtSize()
    • Method Detail

      • deletePixels

        public void deletePixels()
      • equals

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

        public java.lang.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 java.lang.Object
        Returns:
        a hash code value for the object.
      • setPixels

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