public class Constraint extends Object
| Constructor and Description |
|---|
Constraint() |
Constraint(double grow,
double shrink) |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
contract() |
static MutableConstraint |
create() |
static Constraint |
expand() |
double |
getGrow() |
double |
getShrink() |
static Constraint |
immutable() |
static Constraint |
stretch() |
public Constraint()
public Constraint(double grow,
double shrink)
public static Constraint immutable()
public static Constraint expand()
public static Constraint contract()
public static Constraint stretch()
public static MutableConstraint create()
public double getGrow()
public double getShrink()
Copyright © 2020. All rights reserved.