|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.layout.AnchorLayout.Anchor
public static class AnchorLayout.Anchor
Represents the location of an anchor binding a point of the child component to a point on the parent.
| Field Summary | |
|---|---|
float |
cx
The proportional location of the anchor on the child component. |
float |
cy
The proportional location of the anchor on the child component. |
float |
px
The proportional location of the anchor on the parent component. |
float |
py
The proportional location of the anchor on the parent component. |
| Constructor Summary | |
|---|---|
AnchorLayout.Anchor(float cx,
float cy,
float px,
float py)
Creates a new anchor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float cx
public float cy
public float px
public float py
| Constructor Detail |
|---|
public AnchorLayout.Anchor(float cx,
float cy,
float px,
float py)
cx - the proportional x location of the anchor on the child component.cy - the proportional y location of the anchor on the child component.px - the proportional x location of the anchor on the parent component.py - the proportional y location of the anchor on the parent component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||