interface org.aswing.resizer.ResizeStrategy

The strategy for DefaultResizer to count the new bounds of component would be resized to. @author paling

Instance Fields

function getBounds(origBounds:IntRectangle, minSize:IntDimension, maxSize:IntDimension, movedX:Int, movedY:Int): IntRectangle

Count and return the new bounds what the component would be resized to.

origBounds

the original bounds before resized

minSize

can be null, means (0, 1)

maxSize

can be null, means (very big)

movedX
null

movedY