Package org.smallmind.nutsnbolts.layout
Class MutableConstraint
- java.lang.Object
-
- org.smallmind.nutsnbolts.layout.Constraint
-
- org.smallmind.nutsnbolts.layout.MutableConstraint
-
public class MutableConstraint extends Constraint
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMutableConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableConstraintmayGrow()MutableConstraintmayShrink()MutableConstraintsetGrow(double grow)MutableConstraintsetShrink(double shrink)
-
-
-
Method Detail
-
mayGrow
public MutableConstraint mayGrow()
-
setGrow
public MutableConstraint setGrow(double grow)
-
mayShrink
public MutableConstraint mayShrink()
-
setShrink
public MutableConstraint setShrink(double shrink)
-
-