| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.layout |
| Modifier and Type | Method and Description |
|---|---|
TapeMeasure |
Sizing.getTapeMeasure() |
static TapeMeasure |
TapeMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TapeMeasure[] |
TapeMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
LayoutTailor.lookup(Object part,
Bias bias,
TapeMeasure tapeMeasure) |
void |
LayoutTailor.store(Object part,
Bias bias,
TapeMeasure tapeMeasure,
double measurement) |
| Constructor and Description |
|---|
Sizing(Object part,
Bias bias,
TapeMeasure tapeMeasure) |
Copyright © 2019. All rights reserved.