public interface LayoutStyles
Modifier and Type | Field and Description |
---|---|
static int |
ENFORCE_BOUNDS
Some layouts may prefer to expand their bounds beyond those of the requested bounds.
|
static int |
NO_LAYOUT_NODE_RESIZING
Layout constant indicating that the layout algorithm
should NOT resize any of the nodes.
|
static int |
NONE
Default layout style constant.
|
static final int NONE
static final int NO_LAYOUT_NODE_RESIZING
static final int ENFORCE_BOUNDS
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.