Uses of Class
net.miginfocom.layout.BoundSize

Packages that use BoundSize
net.miginfocom.layout   
 

Uses of BoundSize in net.miginfocom.layout
 

Fields in net.miginfocom.layout declared as BoundSize
static BoundSize BoundSize.ZERO_PIXEL
           
 

Methods in net.miginfocom.layout that return BoundSize
 BoundSize InCellGapProvider.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.
 BoundSize DimConstraint.getGapAfter()
          Returns the gap after this entitiy.
 BoundSize DimConstraint.getGapBefore()
          Returns the gap before this entitiy.
static BoundSize PlatformDefaults.getGridGapX()
          Returns the platform recommended inter-cell gap in the horizontal (x) dimension..
 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.getGridGapY()
          Returns the platform recommended inter-cell gap in the vertical (x) dimension..
 BoundSize LC.getGridGapY()
          If non-null (null is default) these value will be used as the default gaps between the rows in the grid.
 BoundSize DimConstraint.getSize()
          Returns the min/prerefferd/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.
static BoundSize ConstraintParser.parseBoundSize(java.lang.String s, boolean isGap, boolean isHor)
          Parses a singele "min:pref:max" value.
 

Methods in net.miginfocom.layout with parameters of type BoundSize
 void DimConstraint.setGapAfter(BoundSize size)
          Sets the gap after this entitiy.
 void DimConstraint.setGapBefore(BoundSize size)
          Sets the gap before this entitiy.
 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.
 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.
 void DimConstraint.setSize(BoundSize size)
          Sets the min/prerefferd/max size for the eintity in the dimension that this object describes.
 



Copyright © 2006 MiG InfoCom AB. All Rights Reserved.