Uses of Class
net.miginfocom.layout.DimConstraint
-
Packages that use DimConstraint Package Description net.miginfocom.layout -
-
Uses of DimConstraint in net.miginfocom.layout
Methods in net.miginfocom.layout that return DimConstraint Modifier and Type Method Description DimConstraint[]AC. getConstaints()Property.DimConstraintCC. getDimConstraint(boolean isHor)Returns the vertical or horizontal dim constraint.DimConstraintCC. getHorizontal()Returns the horizontal dimension constraint for this component constraint.DimConstraintCC. getVertical()Returns the vertical dimension constraint for this component constraint.Methods in net.miginfocom.layout with parameters of type DimConstraint Modifier and Type Method Description voidAC. setConstaints(DimConstraint[] constr)Sets the differentDimConstraints that this object should consists of.voidCC. setHorizontal(DimConstraint h)Sets the horizontal dimension constraint for this component constraint.voidCC. setVertical(DimConstraint v)Sets the vertical dimension constraint for this component constraint.
-