com.flagstone.transform.fillstyle
Class FillStyleDecoder
java.lang.Object
com.flagstone.transform.fillstyle.FillStyleDecoder
- All Implemented Interfaces:
- SWFFactory<FillStyle>
public final class FillStyleDecoder
- extends Object
- implements SWFFactory<FillStyle>
FillStyleDecoder is used to decode the different type of fill style used
in a Flash movie.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillStyleDecoder
public FillStyleDecoder()
getObject
public void getObject(List<FillStyle> list,
SWFDecoder coder,
Context context)
throws IOException
- Decode and return a Flash object.
- Specified by:
getObject in interface SWFFactory<FillStyle>
- 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.