Uses of Class
net.miginfocom.layout.DimConstraint
Packages that use DimConstraint
-
Uses of DimConstraint in net.miginfocom.layout
Fields in net.miginfocom.layout declared as DimConstraintModifier and TypeFieldDescriptionprivate static final DimConstraintGrid.DOCK_DIM_CONSTRAINTprivate DimConstraintCC.horprivate DimConstraintCC.verFields in net.miginfocom.layout with type parameters of type DimConstraintMethods 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.private static DimConstraintConstraintParser.parseDimConstraint(String s, BoundSize gapBefore, BoundSize gapAfter, boolean isCols) Parses a single column or row constraint.Methods in net.miginfocom.layout with parameters of type DimConstraintModifier and TypeMethodDescriptionprivate static voidIDEUtil.addComponentDimConstraintString(DimConstraint dc, StringBuffer sb, boolean asAPI, boolean isHor, boolean noGrowAdd) Returns the a constraint string that can be re-parsed to be the exact same DimConstraint.private static voidIDEUtil.addRowDimConstraintString(DimConstraint dc, StringBuffer sb, boolean asAPI) Adds the a constraint string that can be re-parsed to be the exact same DimConstraint.private voidGrid.adjustMinPrefForSpanningComps(DimConstraint[] specs, Float[] defPush, Grid.FlowSizeSpec fss, ArrayList<Grid.LinkedDimGroup>[] groupsLists) Adjust min/pref size for columns(or rows) that has components that spans multiple columns (or rows).private intGrid.FlowSizeSpec.expandSizes(DimConstraint[] specs, Float[] defGrow, int targetSize, int fromIx, int len, int sizeType, int eagerness) private static Float[]Grid.extractSubArray(DimConstraint[] specs, Float[] arr, int ix, int len) private int[][]Grid.getRowGaps(DimConstraint[] specs, int refSize, boolean isHor, boolean[] fillInPushGaps) Returns the row gaps in pixel sizes.private static ResizeConstraint[]Grid.getRowResizeConstraints(DimConstraint[] specs) private voidGrid.LinkedDimGroup.layout(DimConstraint dc, int start, int size, int spanCount) private static voidGrid.layoutBaseline(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, int sizeType, int spanCount) private static voidGrid.layoutParallel(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, boolean fromEnd) private static voidGrid.layoutSerial(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, int spanCount, boolean fromEnd) final voidAC.setConstaints(DimConstraint[] constr) Deprecated.final voidAC.setConstraints(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.