public class Spacing extends Object
| Modifier and Type | Field and Description |
|---|---|
static Spacing |
EMPTY_SPACING |
| Constructor and Description |
|---|
Spacing(int minimum,
int optimum,
int maximum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaximum() |
int |
getMinimum() |
int |
getOptimum() |
int |
hashCode() |
String |
toString() |
public static final Spacing EMPTY_SPACING