Interface Constrainable
-
- All Implemented Interfaces:
@Stable() public interface Constrainable
Constrainable represents an object can be constrained with the given Constraints value to restrict a composable layout size.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetConstraints(Constraints constraints)-
-
Method Detail
-
setConstraints
abstract Unit setConstraints(Constraints constraints)
-
-
-
-