|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of MSBLayout.Group in de.winterdrache.layout |
---|
Methods in de.winterdrache.layout that return MSBLayout.Group | |
---|---|
MSBLayout.Group |
MSBLayout.group(String groupName)
Returns the Group with name groupName. |
MSBLayout.Group |
MSBLayout.Group.halign(float align)
If halign is not Float.NaN , it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.hfill(int hfill)
If hfill >= 0, it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.hshrink(int weight)
If hshrink > 0, it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.hweight(int weight)
If hweight > 0, it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.tieHeight()
(tieHeight() is on by default)All boxes belonging to this Group will have the same minimum, preferred and maximum height (multiplied by their respective vscale ). |
MSBLayout.Group |
MSBLayout.Group.tieMargins()
(tieMargins() is on by default)All boxes belonging to this Group will have the same margins. |
MSBLayout.Group |
MSBLayout.Group.tieMargins(boolean top,
boolean left,
boolean bottom,
boolean right)
All boxes belonging to this Group will have the same margins as specified by the top, left, bottom and right arguments. |
MSBLayout.Group |
MSBLayout.Group.tieWidth()
(tieWidth() is on by default)All boxes belonging to this Group will have the same minimum, preferred and maximum width (multiplied by their respective hscale ). |
MSBLayout.Group |
MSBLayout.Group.untieAll()
Combines untieWidth() , untieHeight() and untieMargins() ; useful
when you need a group only for setting Constraints on all members. |
MSBLayout.Group |
MSBLayout.Group.untieHeight()
Deactivates tieHeight() . |
MSBLayout.Group |
MSBLayout.Group.untieMargins()
Deactivates tieMargins() for top, bottom, left and right margin. |
MSBLayout.Group |
MSBLayout.Group.untieWidth()
Deactivates tieWidth() . |
MSBLayout.Group |
MSBLayout.Group.valign(float align)
If valign is not Float.NaN , it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.vfill(int vfill)
If vfill >= 0, it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.vshrink(int weight)
If vshrink > 0, it will be set on all current and all future members. |
MSBLayout.Group |
MSBLayout.Group.vweight(int weight)
If vweight > 0, it will be set on all current and all future members. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright © 2010 Matthias S. Benkmann. See LICENSE file for licensing details.
Hosted on