Interface com.sekati.ui.IScrollable

Description

Interface describing Scroll and other Scrollable ui classes.

Method Index

init(), isDragging(), isMouseInArea(), isScrollable(), slideContent(), slideScroller()

Inherited from CoreInterface

Method Detail

init

function init():Void

slideContent

function slideContent(pos:Number, sec:Number):Void

slideScroller

function slideScroller(pos:Number, sec:Number):Void

isScrollable

function isScrollable():Boolean

isDragging

function isDragging():Boolean

isMouseInArea

function isMouseInArea():Boolean