| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.layout |
| Modifier and Type | Class and Description |
|---|---|
class |
Box<B extends Box<B>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelBox |
class |
SerialBox |
| Modifier and Type | Method and Description |
|---|---|
Box<?> |
ParaboxLayout.getHorizontalBox() |
Box<?> |
ParaboxLayout.getVerticalBox() |
| Modifier and Type | Method and Description |
|---|---|
B |
Box.add(Box<?> box) |
B |
Box.add(Box<?> box,
Constraint constraint) |
ParaboxLayout |
ParaboxLayout.setHorizontalBox(Box<?> horizontalBox) |
ParaboxLayout |
ParaboxLayout.setVerticalBox(Box<?> verticalBox) |
| Constructor and Description |
|---|
BoxParaboxElement(Box<?> box,
Constraint constraint) |
Copyright © 2019. All rights reserved.