|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SWFFactory | |
---|---|
com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
com.flagstone.transform.action | The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). |
com.flagstone.transform.coder | The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. |
com.flagstone.transform.fillstyle | The fillstyle package contains all the classes for encoding and decoding the data structures that represent the different types of fill style that are found in a Flash file. |
com.flagstone.transform.filter | The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file. |
com.flagstone.transform.shape | The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. |
Uses of SWFFactory in com.flagstone.transform |
---|
Classes in com.flagstone.transform that implement SWFFactory | |
---|---|
class |
MovieDecoder
MovieDecoder is used to decode the different types of data structure encoded in a movie. |
Uses of SWFFactory in com.flagstone.transform.action |
---|
Classes in com.flagstone.transform.action that implement SWFFactory | |
---|---|
class |
ActionDecoder
ActionDecoder decodes the actions in the Flash movie. |
Uses of SWFFactory in com.flagstone.transform.coder |
---|
Methods in com.flagstone.transform.coder that return SWFFactory | |
---|---|
SWFFactory<Action> |
DecoderRegistry.getActionDecoder()
Get the decoder that will be used for actions. |
SWFFactory<FillStyle> |
DecoderRegistry.getFillStyleDecoder()
Get the decoder that will be used for FillStyle objects. |
SWFFactory<Filter> |
DecoderRegistry.getFilterDecoder()
Get the decoder that will be used for Filter objects. |
SWFFactory<FillStyle> |
DecoderRegistry.getMorphFillStyleDecoder()
Get the decoder that will be used for FillStyle objects used in morphing shapes. |
SWFFactory<MovieTag> |
DecoderRegistry.getMovieDecoder()
Get the decoder that will be used for movie objects. |
SWFFactory<ShapeRecord> |
DecoderRegistry.getShapeDecoder()
Get the decoder that will be used for ShapeRecords. |
Methods in com.flagstone.transform.coder with parameters of type SWFFactory | |
---|---|
void |
DecoderRegistry.setActionDecoder(SWFFactory<Action> factory)
Set the decoder that will be used for actions. |
void |
DecoderRegistry.setFillStyleDecoder(SWFFactory<FillStyle> factory)
Set the decoder that will be used for fill styles in a shape. |
void |
DecoderRegistry.setFilterDecoder(SWFFactory<Filter> factory)
Set the decoder that will be used for filters. |
void |
DecoderRegistry.setMorphFillStyleDecoder(SWFFactory<FillStyle> factory)
Set the decoder that will be used for fill styles in a morphing shape. |
void |
DecoderRegistry.setMovieDecoder(SWFFactory<MovieTag> factory)
Set the decoder that will be used for movie objects. |
void |
DecoderRegistry.setShapeDecoder(SWFFactory<ShapeRecord> factory)
Set the decoder that will be used for shapes. |
Uses of SWFFactory in com.flagstone.transform.fillstyle |
---|
Classes in com.flagstone.transform.fillstyle that implement SWFFactory | |
---|---|
class |
FillStyleDecoder
FillStyleDecoder is used to decode the different type of fill style used in a Flash movie. |
class |
MorphFillStyleDecoder
MorphFillStyleDecoder is used to decode the different types of fill styles used in morphing shapes. |
Uses of SWFFactory in com.flagstone.transform.filter |
---|
Classes in com.flagstone.transform.filter that implement SWFFactory | |
---|---|
class |
FilterDecoder
FilterDecoder is used to decode the Filter objects encoded in Place3 and ButtonShape objects. |
Uses of SWFFactory in com.flagstone.transform.shape |
---|
Classes in com.flagstone.transform.shape that implement SWFFactory | |
---|---|
class |
ShapeDecoder
ShapeDecoder is used to decode the ShapeRecords that describe how a Shape is drawn. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |