|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.browsecode.helpers.layouts.SmartFlowLayoutConstraints
public class SmartFlowLayoutConstraints
Field Summary | |
---|---|
boolean |
alignAtBottom
|
boolean |
endOfRow
|
int |
fillHeight
How much of the height to fill: 0 = Do not give it extra height 1 = Fill it, giving it a low priority 2 = Fill it, giving it double the priority 3 = Fill it, giving it triple the priority etc. |
int |
fillWidth
How much of the width to fill: 0 = Do not give it extra width 1 = Fill it, giving it a low priority 2 = Fill it, giving it double the priority 3 = Fill it, giving it triple the priority etc. |
float |
xAlignment
The alignment along the x axis. |
Constructor Summary | |
---|---|
SmartFlowLayoutConstraints()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean endOfRow
public int fillHeight
public int fillWidth
public boolean alignAtBottom
public float xAlignment
Constructor Detail |
---|
public SmartFlowLayoutConstraints()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |