com.macromedia.generator.commands
Class PlotMovieClipCommand

java.lang.Object
  |
  +--com.macromedia.generator.app.GenericCommand
        |
        +--com.macromedia.generator.commands.PlotMovieClipCommand
All Implemented Interfaces:
FlashCommand

public class PlotMovieClipCommand
extends GenericCommand


Field Summary
(package private)  GenVector _fld0109
           
 
Constructor Summary
PlotMovieClipCommand()
           
 
Method Summary
 void doCommand(FlashEnvironment flashenvironment, Script script, Context context, int i, java.util.Properties properties)
           
protected  int findColumn(Context context, java.lang.String[][] as, java.lang.String s)
           
 
Methods inherited from class com.macromedia.generator.app.GenericCommand
convertStringToInt, findColumn, getBoolParam, getIntParam, getMask, getResourceString, getStringParam, getStringParamEmpty, logError, logMessage, logWarning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fld0109

GenVector _fld0109
Constructor Detail

PlotMovieClipCommand

public PlotMovieClipCommand()
Method Detail

doCommand

public void doCommand(FlashEnvironment flashenvironment,
                      Script script,
                      Context context,
                      int i,
                      java.util.Properties properties)
               throws FlashCommandException
Overrides:
doCommand in class GenericCommand

findColumn

protected int findColumn(Context context,
                         java.lang.String[][] as,
                         java.lang.String s)