Uses of Class
net.miginfocom.layout.BoundSize
Packages that use BoundSize
-
Uses of BoundSize in net.miginfocom.layout
Fields in net.miginfocom.layout declared as BoundSizeModifier and TypeFieldDescriptionstatic final BoundSizeBoundSize.NULL_SIZEstatic final BoundSizeBoundSize.ZERO_PIXELMethods in net.miginfocom.layout that return BoundSizeModifier and TypeMethodDescriptionInCellGapProvider.getDefaultGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, String tag, boolean isLTR) Returns the default gap between two components that are in the same cell.DimConstraint.getGapAfter()Returns the gap after this entity.DimConstraint.getGapBefore()Returns the gap before this entity.final BoundSizeLC.getGridGapX()If non-null(nullis default) these value will be used as the default gaps between the columns in the grid.static BoundSizePlatformDefaults.getGridGapX()Returns the platform recommended inter-cell gap in the horizontal (x) dimension..final BoundSizeLC.getGridGapY()If non-null(nullis default) these value will be used as the default gaps between the rows in the grid.static BoundSizePlatformDefaults.getGridGapY()Returns the platform recommended inter-cell gap in the vertical (x) dimension..final BoundSizeLC.getHeight()Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.CC.getNewlineGapSize()Returns the newline size if it is a custom size.final BoundSizeLC.getPackHeight()Returns the "pack height" for the window that this container is located in.final BoundSizeLC.getPackWidth()Returns the "pack width" for the window that this container is located in.DimConstraint.getSize()Returns the min/preferred/max size for the entity in the dimension that this object describes.LayoutCallback.getSize(ComponentWrapper comp) Returns a size similar to the "width" and "height" in the component constraint.final BoundSizeLC.getWidth()Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.CC.getWrapGapSize()Returns the wrap size if it is a custom size.static BoundSizeConstraintParser.parseBoundSize(String s, boolean isGap, boolean isHor) Parses a single "min:pref:max" value.Methods in net.miginfocom.layout with parameters of type BoundSizeModifier and TypeMethodDescriptionvoidDimConstraint.setGapAfter(BoundSize size) Sets the gap after this entity.voidDimConstraint.setGapBefore(BoundSize size) Sets the gap before this entity.final voidLC.setGridGapX(BoundSize x) If non-null(nullis default) these value will be used as the default gaps between the columns in the grid.final voidLC.setGridGapY(BoundSize y) If non-null(nullis default) these value will be used as the default gaps between the rows in the grid.final voidSets the minimum/preferred/maximum size for the container that this layout constraint is set for.voidCC.setNewlineGapSize(BoundSize s) Set the newline size and turns newline on if!final voidLC.setPackHeight(BoundSize size) Sets the "pack height" for the window that this container is located in.final voidLC.setPackWidth(BoundSize size) Sets the "pack width" for the window that this container is located in.voidSets the min/preferred/max size for the entity in the dimension that this object describes.final voidSets the minimum/preferred/maximum size for the container that this layout constraint is set for.voidCC.setWrapGapSize(BoundSize s) Set the wrap size and turns wrap on if!