public abstract class LayoutConstraints
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LayoutConstraints.ConstraintType
The possible layout constraint types.
|
static class |
LayoutConstraints.GridLayoutConstraints
These constraints implement the grid borders in the container.
|
static class |
LayoutConstraints.NoneLayoutConstraints
These constraints do not constrain anything.
|
Modifier and Type | Method and Description |
---|---|
abstract LayoutConstraints.ConstraintType |
getType()
Returns this layout's type.
|
public abstract LayoutConstraints.ConstraintType getType()