Class com.bumpslide.ui.BaseComponent

????
   +--MovieClip
      +--com.bumpslide.ui.BaseComponent

Implemented Interfaces

IResizable

Method Index

new BaseComponent()

setSize(), update()

Constructor Detail

BaseComponent

public function BaseComponent()

Constructor

Method Detail

update

public function update()

setSize

public function setSize(w:Number, h:Number)

Sets component's size (width and height)

Parameters

wwidth
hheight

Specified By

setSize() in com.bumpslide.ui.IResizable