Uses of Class
net.miginfocom.layout.BoundSize
-
Packages that use BoundSize Package Description net.miginfocom.layout net.miginfocom.swing org.tbee.javafx.scene.layout -
-
Uses of BoundSize in net.miginfocom.layout
Fields in net.miginfocom.layout declared as BoundSize Modifier and Type Field Description private static BoundSizeCC. DEF_GAPprivate static BoundSizePlatformDefaults. DEF_HGAPprivate static BoundSizePlatformDefaults. DEF_VGAPprivate BoundSizeDimConstraint. gapAfterprivate BoundSizeDimConstraint. gapBeforeprivate BoundSizeLC. gridGapXprivate BoundSizeLC. gridGapYprivate BoundSizeLC. heightprivate BoundSizeCC. newlinestatic BoundSizeBoundSize. NULL_SIZEprivate BoundSizeLC. packHprivate BoundSizeLC. packW(package private) static BoundSizePlatformDefaults. RELATED_X(package private) static BoundSizePlatformDefaults. RELATED_Yprivate BoundSizeDimConstraint. size(package private) static BoundSizePlatformDefaults. UNRELATED_X(package private) static BoundSizePlatformDefaults. UNRELATED_Yprivate BoundSizeLC. widthprivate BoundSizeCC. wrapstatic BoundSizeBoundSize. ZERO_PIXELFields in net.miginfocom.layout with type parameters of type BoundSize Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,BoundSize>Grid. wrapGapMapMethods in net.miginfocom.layout that return BoundSize Modifier and Type Method Description (package private) static BoundSizeLayoutUtil. derive(BoundSize bs, UnitValue min, UnitValue pref, UnitValue max)private BoundSize[]Grid. getCallbackSize(ComponentWrapper cw)(package private) static BoundSizePlatformDefaults. getDefaultComponentGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, java.lang.String tag, boolean isLTR)Returns the default gap between two components that are in the same cell.BoundSizeInCellGapProvider. getDefaultGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, java.lang.String tag, boolean isLTR)Returns the default gap between two components that are in the same cell.BoundSizeDimConstraint. getGapAfter()Returns the gap after this entity.BoundSizeDimConstraint. getGapBefore()Returns the gap before this entity.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..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..BoundSizeLC. getHeight()Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.BoundSizeCC. getNewlineGapSize()Returns the newline size if it is a custom size.BoundSizeLC. getPackHeight()Returns the "pack height" for the window that this container is located in.BoundSizeLC. getPackWidth()Returns the "pack width" for the window that this container is located in.BoundSizeDimConstraint. getSize()Returns the min/preferred/max size for the entity in the dimension that this object describes.BoundSize[]LayoutCallback. getSize(ComponentWrapper comp)Returns a size similar to the "width" and "height" in the component constraint.BoundSizeLC. getWidth()Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.BoundSizeCC. getWrapGapSize()Returns the wrap size if it is a custom size.static BoundSizeConstraintParser. parseBoundSize(java.lang.String s, boolean isGap, boolean isHor)Parses a single "min:pref:max" value.private static BoundSize[]ConstraintParser. parseGaps(java.lang.String s)Parses gaps.Methods in net.miginfocom.layout with parameters of type BoundSize Modifier and Type Method Description private static voidIDEUtil. appendBoundSize(BoundSize size, java.lang.StringBuffer sb, boolean isHor, boolean asAPI)(package private) static BoundSizeLayoutUtil. derive(BoundSize bs, UnitValue min, UnitValue pref, UnitValue max)private static java.lang.StringIDEUtil. getBS(BoundSize bs)private static java.lang.StringIDEUtil. getBS(BoundSize bs, boolean asAPI)(package private) int[]DimConstraint. getComponentGaps(ContainerWrapper parent, ComponentWrapper comp, BoundSize adjGap, ComponentWrapper adjacentComp, java.lang.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 intGrid.CompWrap. getSize(BoundSize uvs, int sizeType, boolean isHor, boolean useVP, int sizeHint)private static DimConstraintConstraintParser. parseDimConstraint(java.lang.String s, BoundSize gapBefore, BoundSize gapAfter, boolean isCols)Parses a single column or row constraint.voidDimConstraint. setGapAfter(BoundSize size)Sets the gap after this entity.voidDimConstraint. setGapBefore(BoundSize size)Sets the gap before this entity.voidLC. setGridGapX(BoundSize x)If non-null(nullis default) these value will be used as the default gaps between the columns in the grid.voidLC. setGridGapY(BoundSize y)If non-null(nullis default) these value will be used as the default gaps between the rows in the grid.voidLC. setHeight(BoundSize size)Sets 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!= null.voidLC. setPackHeight(BoundSize size)Sets the "pack height" for the window that this container is located in.voidLC. setPackWidth(BoundSize size)Sets the "pack width" for the window that this container is located in.voidDimConstraint. setSize(BoundSize size)Sets the min/preferred/max size for the entity in the dimension that this object describes.voidLC. setWidth(BoundSize size)Sets 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!= null.private voidGrid. wrap(int[] cellXY, BoundSize gapSize)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 BoundSize Modifier and Type Method Description private intMigLayout. 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 BoundSize Modifier and Type Method Description private doubleMigPane. constrain(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)
-