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 TypeFieldDescriptionprivate static final BoundSize
CC.DEF_GAP
private static BoundSize
PlatformDefaults.DEF_HGAP
private static BoundSize
PlatformDefaults.DEF_VGAP
private BoundSize
DimConstraint.gapAfter
private BoundSize
DimConstraint.gapBefore
private BoundSize
LC.gridGapX
private BoundSize
LC.gridGapY
private BoundSize
LC.height
private BoundSize
CC.newline
static final BoundSize
BoundSize.NULL_SIZE
private BoundSize
LC.packH
private BoundSize
LC.packW
(package private) static BoundSize
PlatformDefaults.RELATED_X
(package private) static BoundSize
PlatformDefaults.RELATED_Y
private BoundSize
DimConstraint.size
(package private) static BoundSize
PlatformDefaults.UNRELATED_X
(package private) static BoundSize
PlatformDefaults.UNRELATED_Y
private BoundSize
LC.width
private BoundSize
CC.wrap
static final BoundSize
BoundSize.ZERO_PIXEL
Fields in net.miginfocom.layout with type parameters of type BoundSizeMethods in net.miginfocom.layout that return BoundSizeModifier and TypeMethodDescription(package private) static BoundSize
private BoundSize[]
Grid.getCallbackSize
(ComponentWrapper cw) (package private) static BoundSize
PlatformDefaults.getDefaultComponentGap
(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, String tag, boolean isLTR) Returns the default gap between two components that are in the same cell.InCellGapProvider.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 BoundSize
LC.getGridGapX()
If non-null
(null
is default) these value will be used as the default gaps between the columns in the grid.static BoundSize
PlatformDefaults.getGridGapX()
Returns the platform recommended inter-cell gap in the horizontal (x) dimension..final BoundSize
LC.getGridGapY()
If non-null
(null
is default) these value will be used as the default gaps between the rows in the grid.static BoundSize
PlatformDefaults.getGridGapY()
Returns the platform recommended inter-cell gap in the vertical (x) dimension..final BoundSize
LC.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 BoundSize
LC.getPackHeight()
Returns the "pack height" for the window that this container is located in.final BoundSize
LC.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 BoundSize
LC.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 BoundSize
ConstraintParser.parseBoundSize
(String s, boolean isGap, boolean isHor) Parses a single "min:pref:max" value.private static BoundSize[]
Parses gaps.Methods in net.miginfocom.layout with parameters of type BoundSizeModifier and TypeMethodDescriptionprivate static void
IDEUtil.appendBoundSize
(BoundSize size, StringBuffer sb, boolean isHor, boolean asAPI) (package private) static BoundSize
private static String
private static String
(package private) int[]
DimConstraint.getComponentGaps
(ContainerWrapper parent, ComponentWrapper comp, BoundSize adjGap, ComponentWrapper adjacentComp, String tag, int refSize, int adjacentSide, boolean isLTR) Returns the gaps as pixel values.(package private) int[]
DimConstraint.getRowGaps
(ContainerWrapper parent, BoundSize defGap, int refSize, boolean before) Returns the gaps as pixel values.private int
private static DimConstraint
ConstraintParser.parseDimConstraint
(String s, BoundSize gapBefore, BoundSize gapAfter, boolean isCols) Parses a single column or row constraint.void
DimConstraint.setGapAfter
(BoundSize size) Sets the gap after this entity.void
DimConstraint.setGapBefore
(BoundSize size) Sets the gap before this entity.final void
LC.setGridGapX
(BoundSize x) If non-null
(null
is default) these value will be used as the default gaps between the columns in the grid.final void
LC.setGridGapY
(BoundSize y) If non-null
(null
is default) these value will be used as the default gaps between the rows in the grid.final void
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.void
CC.setNewlineGapSize
(BoundSize s) Set the newline size and turns newline on if!= null
.final void
LC.setPackHeight
(BoundSize size) Sets the "pack height" for the window that this container is located in.final void
LC.setPackWidth
(BoundSize size) Sets the "pack width" for the window that this container is located in.void
Sets the min/preferred/max size for the entity in the dimension that this object describes.final void
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.void
CC.setWrapGapSize
(BoundSize s) Set the wrap size and turns wrap on if!= null
.private void
Wraps to the next row or column depending on if horizontal flow or vertical flow is used. -
Uses of BoundSize in net.miginfocom.swing
Methods in net.miginfocom.swing with parameters of type BoundSizeModifier and TypeMethodDescriptionprivate int
MigLayout.constrain
(ContainerWrapper parent, int winSize, int prefSize, BoundSize constrain) -
Uses of BoundSize in org.tbee.javafx.scene.layout
Methods in org.tbee.javafx.scene.layout with parameters of type BoundSizeModifier and TypeMethodDescriptionprivate double
MigPane.constrain
(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)