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  
layoutChange — Event in class com.yahoo.astra.layout.LayoutContainer
Dispatched when this container's layout changes.
LAYOUT_CHANGE — Constant static property in class com.yahoo.astra.layout.events.LayoutEvent
The LayoutEvent.LAYOUT_CHANGE event type constant indicates that the layout of an ILayoutContainer needs to be redrawn.
LayoutContainer — Class in package com.yahoo.astra.layout
Children of this display object are subject to being positioned, and possibly resized, based on a specified layout algorithm.
LayoutContainer(mode:com.yahoo.astra.layout.modes:ILayoutMode) — Constructor in class com.yahoo.astra.layout.LayoutContainer
Constructor.
LayoutEvent — Class in package com.yahoo.astra.layout.events
Events associated with ILayoutContainer objects.
LayoutEvent(type, bubbles, cancelable) — Constructor in class com.yahoo.astra.layout.events.LayoutEvent
Constructor.
LayoutManager — Class in package com.yahoo.astra.layout
Generic layout manager for DisplayObjects.
layoutMode — Property in interface com.yahoo.astra.layout.ILayoutContainer
The layout algorithm used to display children of the layout container.
layoutMode — Property in class com.yahoo.astra.layout.LayoutContainer
The layout algorithm used to display children of the layout container.
LayoutModeUtil — Class in package com.yahoo.astra.layout.modes
Utility functions shared by implementations of ILayoutMode.
layoutObjects(displayObjects, bounds) — Method in class com.yahoo.astra.layout.modes.BaseLayoutMode
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
layoutObjects(displayObjects, bounds) — Method in class com.yahoo.astra.layout.modes.BorderLayout
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
layoutObjects(displayObjects, bounds) — Method in class com.yahoo.astra.layout.modes.BoxLayout
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
layoutObjects(displayObjects, bounds) — Method in class com.yahoo.astra.layout.modes.FlowLayout
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
layoutObjects(displayObjects, bounds) — Method in interface com.yahoo.astra.layout.modes.ILayoutMode
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
layoutObjects(displayObjects, bounds) — Method in class com.yahoo.astra.layout.modes.TileLayout
The DisplayObjects in the input parameter will be positioned and sized based on a specified rectangle.
LEFT — Constant static property in class com.yahoo.astra.layout.modes.BorderConstraints
The target will be constrained to the left edge.
LEFT — Constant static property in class com.yahoo.astra.layout.modes.HorizontalAlignment
Items will be aligned to the left of the available bounds.
localToLocal(point, firstDisplayObject, secondDisplayObject) — Static method in class com.yahoo.astra.utils.DisplayObjectUtil
Converts a point from the local coordinate system of one DisplayObject to the local coordinate system of another DisplayObject.
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