Packageorg.iotashan.nabaztagAPI
Classpublic class NabaztagChoreographyCommand
SubclassesNabaztagEarsCommand, NabaztagLEDCommand

Parent class for different choreography command types.



Public Properties
 PropertyDefined by
  command : String
String that determines what type of command this is.
NabaztagChoreographyCommand
  startTime : Number
Starting time of this command, in "beats" specified by the tempo.
NabaztagChoreographyCommand
Public Methods
 MethodDefined by
  
NabaztagChoreographyCommand(command:String, startTime:Number)
Constructor method.
NabaztagChoreographyCommand
  
getCommand():String
This is just a placehoder for the real getCommand() methods in classes that extend this class.
NabaztagChoreographyCommand
Property detail
commandproperty
command:String  [read-write]

String that determines what type of command this is.

Implementation
    public function get command():String
    public function set command(value:String):void
startTimeproperty 
startTime:Number  [read-write]

Starting time of this command, in "beats" specified by the tempo. This time is expressed by the number of beats that have elapsed from the beginning of the choreography to the desired event. A start time of 0 would be the first command.

Implementation
    public function get startTime():Number
    public function set startTime(value:Number):void
Constructor detail
NabaztagChoreographyCommand()constructor
public function NabaztagChoreographyCommand(command:String, startTime:Number)

Constructor method.

Parameters
command:String
 
startTime:Number
Method detail
getCommand()method
public function getCommand():String

This is just a placehoder for the real getCommand() methods in classes that extend this class.

Returns
String