Packageorg.aswing.resizer
Interfacepublic interface ResizeStrategy
ImplementorsResizeStrategyImp

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



Public Methods
 MethodDefined by
  
getBounds(com:Component, movedX:int, movedY:int):IntRectangle
Count and return the new bounds what the component would be resized to.
ResizeStrategy
Method detail
getBounds()method
public function getBounds(com:Component, movedX:int, movedY:int):IntRectangle

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

Parameters
com:Component
 
movedX:int
 
movedY:int

Returns
IntRectangle