Class com.flashdoctors.dose.ui.group.AbstractRotator

Implemented Interfaces

IRotator

Description

AbstractRotator class

Method Index

getGroup(), getWaitTime(), init(), isRunning(), next(), setGroup(), setWaitTime(), start(), stop()

Method Detail

init

public function init():Void

// TODO: Add description of the init method.

Return

Void

Specified By

init() in com.flashdoctors.dose.ui.group.IRotator

isRunning

public function isRunning():Boolean

setGroup

public function setGroup(group:IGroup):Void

Sets the group value of this IRotator.

Parameters

groupa value for group

Return

Void

Specified By

setGroup() in com.flashdoctors.dose.ui.group.IRotator

getGroup

public function getGroup():IGroup

Gets the group value of this IRotator.

Return

IGroup

Specified By

getGroup() in com.flashdoctors.dose.ui.group.IRotator

start

public function start():Void

// TODO: Add description of the start method.

Return

Void

Specified By

start() in com.flashdoctors.dose.ui.group.IRotator

stop

public function stop():Void

// TODO: Add description of the stop method.

Return

Void

Specified By

stop() in com.flashdoctors.dose.ui.group.IRotator

setWaitTime

public function setWaitTime(time:Number):Void

Sets the waitTime value of this IRotator.

Parameters

timea value for time

Return

Void

Specified By

setWaitTime() in com.flashdoctors.dose.ui.group.IRotator

getWaitTime

public function getWaitTime():Number

Gets the waitTime value of this IRotator.

Return

Number

Specified By

getWaitTime() in com.flashdoctors.dose.ui.group.IRotator

next

public function next():Void

// TODO: Add description of the next method.

Return

Void

Specified By

next() in com.flashdoctors.dose.ui.group.IRotator