com.flagstone.transform.filter
Class FilterDecoder
java.lang.Object
com.flagstone.transform.filter.FilterDecoder
- All Implemented Interfaces:
- SWFFactory<Filter>
public final class FilterDecoder
- extends Object
- implements SWFFactory<Filter>
FilterDecoder is used to decode the Filter objects encoded in Place3 and
ButtonShape objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterDecoder
public FilterDecoder()
getObject
public void getObject(List<Filter> list,
SWFDecoder coder,
Context context)
throws IOException
- Decode and return a Flash object.
- Specified by:
getObject
in interface SWFFactory<Filter>
- Parameters:
list
- the list where the decoded object will be added.coder
- an decoder wrapping the binary encoded flash data.context
- a Context object used to share information between
the code that decodes the different types of object.
- Throws:
IOException
- if an error occurs decoding the object.
Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.