Class PickBounds

    • Constructor Summary

      Constructors 
      Constructor Description
      PickBounds()
      Constructs an empty PickBounds.
      PickBounds​(Bounds boundsObject)
      Constructs a PickBounds from the specified bounds object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Bounds get()
      Gets the bounds object from this PickBounds.
      void set​(Bounds boundsObject)
      Sets the bounds object of this PickBounds to the specified object.
      • Methods inherited from class java.lang.Object

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

      • PickBounds

        public PickBounds()
        Constructs an empty PickBounds. The bounds object is set to null.
      • PickBounds

        public PickBounds​(Bounds boundsObject)
        Constructs a PickBounds from the specified bounds object.
        Parameters:
        boundsObject - the bounds of this PickBounds.
    • Method Detail

      • set

        public void set​(Bounds boundsObject)
        Sets the bounds object of this PickBounds to the specified object.
        Parameters:
        boundsObject - the new bounds of this PickBounds.
      • get

        public Bounds get()
        Gets the bounds object from this PickBounds.
        Returns:
        the bounds.