|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.swing.layout.GuideConstraint
public class GuideConstraint
Constraint specification for the GuidLayout. The constraints are references to the guide to which an individual edge of a component binds
Copyright (c) Formaria Ltd., 2008
$Revision: 1.2 $
License: see License.txt
| Field Summary | |
|---|---|
int |
bottom
the bottom guide id |
int |
left
the left guide id |
int |
right
the right guide id |
int |
top
the top guide id |
| Constructor Summary | |
|---|---|
GuideConstraint(int l,
int t,
int r,
int b)
Creates a new instance of GuideConstraint |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
the guide constraint as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int left
public int right
public int top
public int bottom
| Constructor Detail |
|---|
public GuideConstraint(int l,
int t,
int r,
int b)
l - left or x constraint/guide idt - top or y constraint/guide idr - rightb - bottom| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||