public interface BoundsAware
Defines an abstract component that has some physical bounds.
Unit
setBounds(Number left, Number top, Number right, Number bottom)
abstract RectF
getBounds()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.