public class AnchorConstraints
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ANCHOR_BOTTOM
Field describing a dockable anchored to the BOTTOM border of its ancestor container
|
static int |
ANCHOR_LEFT
Field describing a dockable anchored to the LEFT border of its ancestor container
|
static int |
ANCHOR_RIGHT
Field describing a dockable anchored to the RIGHT border of its ancestor container
|
static int |
ANCHOR_TOP
Field describing a dockable anchored to the TOP border of its ancestor container
|
Constructor and Description |
---|
AnchorConstraints(int anchor)
Constructor for an immutable contraints
|
Modifier and Type | Method and Description |
---|---|
int |
getAnchor()
Returns the anchor value of this contraints object.
|
public static final int ANCHOR_TOP
public static final int ANCHOR_LEFT
public static final int ANCHOR_BOTTOM
public static final int ANCHOR_RIGHT
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.