|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Anchor | |
|---|---|
| com.google.code.validationframework.swing.decoration.anchor | |
| Uses of Anchor in com.google.code.validationframework.swing.decoration.anchor |
|---|
| Fields in com.google.code.validationframework.swing.decoration.anchor declared as Anchor | |
|---|---|
static Anchor |
Anchor.BOTTOM_LEFT
Convenience anchor representing a point at the bottom left hand corner. |
static Anchor |
Anchor.BOTTOM_RIGHT
Convenience anchor representing a point at the bottom right hand corner. |
static Anchor |
Anchor.CENTER
Convenience anchor representing a point at the center. |
static Anchor |
Anchor.TOP_LEFT
Convenience anchor representing a point at the top left hand corner. |
static Anchor |
Anchor.TOP_RIGHT
Convenience anchor representing a point at the top right hand corner. |
| Methods in com.google.code.validationframework.swing.decoration.anchor that return Anchor | |
|---|---|
Anchor |
AnchorLink.getMasterAnchor()
Gets the master anchor. |
Anchor |
AnchorLink.getSlaveAnchor()
Gets the slave anchor. |
| Methods in com.google.code.validationframework.swing.decoration.anchor with parameters of type Anchor | |
|---|---|
void |
AnchorLink.setMasterAnchor(Anchor masterAnchor)
Sets the master anchor. |
void |
AnchorLink.setSlaveAnchor(Anchor slaveAnchor)
Sets the slave anchor. |
| Constructors in com.google.code.validationframework.swing.decoration.anchor with parameters of type Anchor | |
|---|---|
Anchor(Anchor anchor)
Constructor specifying an anchor to copy from. |
|
AnchorLink(Anchor masterAnchor,
Anchor slaveAnchor)
Constructor specifying the master and slave anchors. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||