Uses of Class
net.miginfocom.layout.DimConstraint
-
Uses of DimConstraint in net.miginfocom.layout
Methods in net.miginfocom.layout that return DimConstraintModifier and TypeMethodDescriptionfinal DimConstraint[]
AC.getConstaints()
Deprecated.final DimConstraint[]
AC.getConstraints()
Property.CC.getDimConstraint
(boolean isHor) Returns the vertical or horizontal dim constraint.CC.getHorizontal()
Returns the horizontal dimension constraint for this component constraint.CC.getVertical()
Returns the vertical dimension constraint for this component constraint.Methods in net.miginfocom.layout with parameters of type DimConstraintModifier and TypeMethodDescriptionfinal void
AC.setConstaints
(DimConstraint[] constr) Deprecated.final void
AC.setConstraints
(DimConstraint[] constr) Sets the differentDimConstraint
s that this object should consists of.void
CC.setHorizontal
(DimConstraint h) Sets the horizontal dimension constraint for this component constraint.void
CC.setVertical
(DimConstraint v) Sets the vertical dimension constraint for this component constraint.