Modifier and Type | Method and Description |
---|---|
DimConstraint[] |
AC.getConstaints()
Property.
|
DimConstraint |
CC.getDimConstraint(boolean isHor)
Returns the vertical or horizontal dim constraint.
|
DimConstraint |
CC.getHorizontal()
Returns the horizontal dimension constraint for this component constraint.
|
DimConstraint |
CC.getVertical()
Returns the vertical dimension constraint for this component constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
AC.setConstaints(DimConstraint[] constr)
Sets the different
DimConstraint 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.
|
Copyright © 2007–2021. All rights reserved.