| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.layout |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableConstraint |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
Constraint.contract() |
static Constraint |
Constraint.expand() |
Constraint |
ParaboxElement.getConstraint() |
static Constraint |
Constraint.immutable() |
static Constraint |
Constraint.stretch() |
| Modifier and Type | Method and Description |
|---|---|
B |
Box.add(Box<?> box,
Constraint constraint) |
B |
Box.add(Object component,
Constraint constraint) |
ParaboxElement<C> |
ParaboxContainer.constructElement(C component,
Constraint constraint) |
| Constructor and Description |
|---|
BoxParaboxElement(Box<?> box,
Constraint constraint) |
ComponentParaboxElement(C component,
Constraint constraint) |
ParaboxElement(P part,
Constraint constraint) |
Copyright © 2020. All rights reserved.