Uses of Class
com.flagstone.transform.coder.DecoderRegistry

Packages that use DecoderRegistry
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.coder The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. 
 

Uses of DecoderRegistry in com.flagstone.transform
 

Methods in com.flagstone.transform with parameters of type DecoderRegistry
 void Movie.setRegistry(DecoderRegistry decoderRegistry)
          Sets the registry containing the object used to decode the different types of object found in a movie.
 

Uses of DecoderRegistry in com.flagstone.transform.coder
 

Methods in com.flagstone.transform.coder that return DecoderRegistry
 DecoderRegistry DecoderRegistry.copy()
          Creates a complete copy of this object.
static DecoderRegistry DecoderRegistry.getDefault()
          Get the default registry.
 DecoderRegistry Context.getRegistry()
          Get the registry containing the decoders for different types of objects.
 

Methods in com.flagstone.transform.coder with parameters of type DecoderRegistry
static void DecoderRegistry.setDefault(DecoderRegistry registry)
          Set the registry that will be used as the default.
 void Context.setRegistry(DecoderRegistry decoderRegistry)
          Set the registry containing the decoders for different types of objects.
 

Constructors in com.flagstone.transform.coder with parameters of type DecoderRegistry
DecoderRegistry(DecoderRegistry registry)
          Create a new registry and initialize it with the decoders from an existing registry.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.