public interface Named extends Style
| Modifier and Type | Method and Description |
|---|---|
void |
addToConstraints(Constraints addTo)
Adds to the list of constraints.
|
List<Constraints> |
constraints()
Returns the attribute constraints.
|
void |
constraints(List<Constraints> constraints)
Sets the attribute constraints.
|
List<Constraints> constraints()
void constraints(List<Constraints> constraints)
constraints - list of constraintsvoid addToConstraints(Constraints addTo)
addTo - value of constraintsCopyright © 2017. All rights reserved.