| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.layout |
| Modifier and Type | Method and Description |
|---|---|
static Gap |
Gap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gap[] |
Gap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SerialBox |
ParaboxLayout.serialBox(Gap gap) |
SerialBox |
ParaboxLayout.serialBox(Gap gap,
boolean greedy) |
SerialBox |
ParaboxLayout.serialBox(Gap gap,
Justification justification) |
SerialBox |
ParaboxLayout.serialBox(Gap gap,
Justification justification,
boolean greedy) |
SerialBox |
SerialBox.setGap(Gap gap) |
| Constructor and Description |
|---|
SerialBox(ParaboxLayout layout,
Gap gap) |
SerialBox(ParaboxLayout layout,
Gap gap,
boolean greedy) |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification) |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification,
boolean greedy) |
Copyright © 2020. All rights reserved.