A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
canvasAlpha — Property in class com.soundstep.ui.layouts.CanvasUI
background alpha of the canvas
canvasColor — Property in class com.soundstep.ui.layouts.CanvasUI
background color of the canvas
CanvasUI — Class in package com.soundstep.ui.layouts
Author: Romuald Quantin - www.soundstep.com
Class version: 3.0.1
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php
You can use BaseUI in any flash site, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files.

Date: 08-2008
Usage:
A CanvasUI layout container defines a rectangular region in which you place children DisplayObject.
CanvasUI(widthLayout, heightLayout, layoutScrollbar, layoutMask) — Constructor in class com.soundstep.ui.layouts.CanvasUI
Constructor Create an instance of the CanvasUI class
clone() — Method in class com.soundstep.ui.events.BaseEventUI
Create an instance of the BaseEventUI class
com.soundstep.ui — Package
com.soundstep.ui.events — Package
com.soundstep.ui.layouts — Package
com.soundstep.ui.layouts.core — Package
container — Property in class com.soundstep.ui.layouts.CanvasUI
get the instance of the container, it contains the children added with addChild and addChildUI
contains(displayObject) — Method in class com.soundstep.ui.BaseUI
whether or not the BaseUI instance contains the DisplayObject
contains(child) — Method in class com.soundstep.ui.layouts.CanvasUI
Determines whether or not the specified display object is a child of the CanvasUI container or the instance itself
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z