Package 

Interface BoundsAware


  • 
    public interface BoundsAware
    
                        

    Defines an abstract component that has some physical bounds.

    • Method Summary

      Modifier and Type Method Description
      Unit setBounds(Number left, Number top, Number right, Number bottom) Sets the coordinates of the bounds to the provided values.
      abstract RectF getBounds() The bounds of the abstract component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait