| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.layout |
| Modifier and Type | Method and Description |
|---|---|
Justification |
SerialBox.getJustification() |
static Justification |
Justification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Justification[] |
Justification.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(double gap,
Justification justification) |
SerialBox |
ParaboxLayout.serialBox(double gap,
Justification justification,
boolean greedy) |
SerialBox |
ParaboxLayout.serialBox(Gap gap,
Justification justification) |
SerialBox |
ParaboxLayout.serialBox(Gap gap,
Justification justification,
boolean greedy) |
SerialBox |
ParaboxLayout.serialBox(Justification justification) |
SerialBox |
ParaboxLayout.serialBox(Justification justification,
boolean greedy) |
SerialBox |
SerialBox.setJustification(Justification justification) |
| Constructor and Description |
|---|
SerialBox(ParaboxLayout layout,
double gap,
Justification justification) |
SerialBox(ParaboxLayout layout,
double gap,
Justification justification,
boolean greedy) |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification) |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification,
boolean greedy) |
SerialBox(ParaboxLayout layout,
Justification justification) |
SerialBox(ParaboxLayout layout,
Justification justification,
boolean greedy) |
Copyright © 2020. All rights reserved.