Resizer is a resizer for Components to make it resizable when user mouse on component's edge.
public function setResizeDirectly(r:Boolean):Void
Indicate whether need resize component directly when drag the resizer arrow.
if set to false, there will be a rectange to represent then size what will be resized to.
if set to true, the component will be resize directly when drag, but this is need more cpu counting.
Default is false.
setResizeDirectly() in org.aswing.Resizer
public function isResizeDirectly():Boolean
Returns whether need resize component directly when drag the resizer arrow.
isResizeDirectly() in org.aswing.Resizer