ca.intelliware.amakihi.actor
Class ActorFactory

java.lang.Object
  |
  +--ca.intelliware.amakihi.actor.ActorFactory

public class ActorFactory
extends java.lang.Object


Method Summary
 void addType(java.lang.String type, java.lang.String actorClass)
           
 Actor create(java.lang.String type, Script.ActorDefinition definition, java.lang.String tagName)
           
static ActorFactory getInstance()
           
 void removeType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ActorFactory getInstance()

create

public Actor create(java.lang.String type,
                    Script.ActorDefinition definition,
                    java.lang.String tagName)
             throws ActorFactoryException

addType

public void addType(java.lang.String type,
                    java.lang.String actorClass)

removeType

public void removeType(java.lang.String type)


Copyright 2002 Intelliware Development. All Rights Reserved.