Interface org.aswing.Resizer

Description

Method Index

createTo(), isEnabled(), isResizeDirectly(), setEnabled(), setOwner(), setResizeDirectly()

Method Detail

setOwner

public function setOwner(c:Component):Void

createTo

public function createTo(mc:MovieClip):Void

setResizeDirectly

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.

See Also

isResizeDirectly

public function isResizeDirectly():Boolean

Returns whether need resize component directly when drag the resizer arrow.

See Also

isEnabled

public function isEnabled():Boolean

setEnabled

public function setEnabled(b:Boolean):Void