Packagecom.quilix.controls.imageMarqueeClasses
Classpublic class ImageLink
InheritanceImageLink Inheritance mx.controls.Image

Used by the ImageMarquee to create a scrolling chain of images.



Public Properties
 PropertyDefined by
  nextLink : ImageLink
The ImageLink to the right of this control.
ImageLink
  prevLink : ImageLink
The ImageLink to the left of this control.
ImageLink
  scrollDirection : String
The direction in which the control moves; set by the ImageMarquee.
ImageLink
  VERSION : String
[read-only] Version of the QFx class.
ImageLink
Public Methods
 MethodDefined by
  
Constructor.
ImageLink
Property detail
nextLinkproperty
nextLink:ImageLink  [read-write]

The ImageLink to the right of this control.

The default value is null.

Implementation
    public function get nextLink():ImageLink
    public function set nextLink(value:ImageLink):void
prevLinkproperty 
prevLink:ImageLink  [read-write]

The ImageLink to the left of this control.

Implementation
    public function get prevLink():ImageLink
    public function set prevLink(value:ImageLink):void
scrollDirectionproperty 
scrollDirection:String  [read-write]

The direction in which the control moves; set by the ImageMarquee.

The default value is ImageMarquee.SCROLL_RIGHT.

Implementation
    public function get scrollDirection():String
    public function set scrollDirection(value:String):void
VERSIONproperty 
VERSION:String  [read-only]

Version of the QFx class.

Implementation
    public function get VERSION():String
Constructor detail
ImageLink()constructor
public function ImageLink()

Constructor.