The width and height for small thumbnail images to fit in the MiniNavLayout.
This is given as an ordered pair of numbers: (width, height)
Implementation public function get thumbFitSize():Point public function set thumbFitSize(value:Point):void
Constructor Detail
MiniNavLayout
()
Constructor
public function MiniNavLayout()
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Constructor
Method Detail
createPanAnimation
()
method
public function createPanAnimation(delta:Number, duration:Number, applyEaser:Boolean = true):Animate
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Create a pan animation effect
Parameters
delta:Number — The distance to pan; this may be either positive or negative.
duration:Number (default = NaN) — The time duration, in milliseconds of the pan animation effect.
applyEaser:Boolean (default = true) — If true apply easing beahvior for this effect.
This will convert the elapsed fraction of the animation into an eased fraction,
which is then used to calculate the value at that eased elapsed fraction.
Returns
Animate — The animation effect object
ensureFocusCentered
()
method
public function ensureFocusCentered(focus:IAttachment):void
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Make sure the display is centered on the last focus item.
If needed, a pan animation is created to center the display.
public function setFocusAttachment(newFocus:IAttachment, oldFocus:IAttachment = null):void
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Set the focus to a new element in the Portfolio
Parameters
newFocus:IAttachment — The IAttachment that is to be the new focus
oldFocus:IAttachment (default = null) — The IAttachment that is the current (old) focus
showDropIndicator
()
method
override public function showDropIndicator(dropLocation:DropLocation):void
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Sizes, positions and parents the drop indicator based on the specified drop location.
Use the calculateDropLocation() method to obtain the DropLocation object.
Display the visual drop indicator for drag and drop operations.
Parameters
dropLocation:DropLocation — Specifies the location to dispaly the drop indicator.
Drop location is obtained through the computeDropLocation() method.
updateDisplayList
()
method
override public function updateDisplayList(width:Number, height:Number):void
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Updates the MiniNavLayouts display list.
Parameters
width:Number — The width of the display list in pixels
height:Number — The height of the display list in pixels