|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefineTag | |
---|---|
com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
com.flagstone.transform.button | The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. |
com.flagstone.transform.font | The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. |
com.flagstone.transform.image | This package contains the object used to define lossless and lossy images. |
com.flagstone.transform.movieclip | The movieclip package contains all the classes for encoding and decoding the data structures that represent the different types of sprite 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. |
com.flagstone.transform.sound | The sound package contains all the classes for encoding and decoding the data structures that represent the different sounds in a Flash file. |
com.flagstone.transform.text | The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. |
com.flagstone.transform.video | The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. |
Uses of DefineTag in com.flagstone.transform |
---|
Classes in com.flagstone.transform that implement DefineTag | |
---|---|
class |
DefineData
DefineData is used to embed binary data in a Flash file. |
class |
ScalingGrid
ScalingGrid is used to define a 9-slice grid that can be used to control the way an object is scaled. |
Uses of DefineTag in com.flagstone.transform.button |
---|
Classes in com.flagstone.transform.button that implement DefineTag | |
---|---|
class |
DefineButton
DefineButton defines the appearance of a button and the actions performed when the button is clicked. |
class |
DefineButton2
DefineButton2 defines the appearance and actions of push and menu buttons. |
Uses of DefineTag in com.flagstone.transform.font |
---|
Classes in com.flagstone.transform.font that implement DefineTag | |
---|---|
class |
DefineFont
DefineFont defines the glyphs that are drawn when text characters are rendered in a particular font. |
class |
DefineFont2
DefineFont2 defines the shapes and layout of the glyphs used in a font. |
class |
DefineFont3
DefineFont3 provides the same functionality as DefineFont2 but the coordinates are expressed at 20 times the resolution, i.e. |
class |
DefineFont4
DefineFont4 is used to pass OpenType font data directly to the text rendering engine added in Flash Player 10. |
Uses of DefineTag in com.flagstone.transform.image |
---|
Subinterfaces of DefineTag in com.flagstone.transform.image | |
---|---|
interface |
ImageTag
The ImageTag interface is implemented by all classes that define images in a movie. |
Classes in com.flagstone.transform.image that implement DefineTag | |
---|---|
class |
DefineImage
DefineImage is used to define an image compressed using the lossless zlib compression algorithm. |
class |
DefineImage2
DefineImage2 is used to define a transparent image compressed using the lossless zlib compression algorithm. |
class |
DefineJPEGImage
DefineJPEGImage is used to define a JPEG encoded image. |
class |
DefineJPEGImage2
DefineJPEGImage2 is used to define a JPEG encoded image with an integrated encoding table. |
class |
DefineJPEGImage3
DefineJPEGImage3 is used to define a transparent JPEG encoded image. |
class |
DefineJPEGImage4
DefineJPEGImage4 extends the functionality of DefineJPEGImage3 by specifying the parameter that controls the deblocking filter that is used to decode the image data. |
Uses of DefineTag in com.flagstone.transform.movieclip |
---|
Classes in com.flagstone.transform.movieclip that implement DefineTag | |
---|---|
class |
DefineMovieClip
DefineMovieClip defines a movie clip that animates shapes within a movie. |
Uses of DefineTag in com.flagstone.transform.shape |
---|
Subinterfaces of DefineTag in com.flagstone.transform.shape | |
---|---|
interface |
ShapeTag
The ShapeTag interface provides a common set of methods for accessing the bounding box, line styles, fill styles and shape of all the different shape definitions available in Flash. |
Classes in com.flagstone.transform.shape that implement DefineTag | |
---|---|
class |
DefineMorphShape
DefineMorphShape defines a shape that will morph from one form into another. |
class |
DefineMorphShape2
DefineMorphShape2 defines a shape that will morph from one form into another. |
class |
DefineShape
DefineShape defines a shape to be displayed. |
class |
DefineShape2
DefineShape2 defines a shape to be displayed with an extended set of fill styles. |
class |
DefineShape3
DefineShape3 defines a transparent shape to be displayed. |
class |
DefineShape4
DefineShape4 extends DefienShape3 by specifying the bounding box for the edges of the shape (the outline without taking the stroke thickness into account) as well as hints for improving the way shapes are drawn. |
Uses of DefineTag in com.flagstone.transform.sound |
---|
Classes in com.flagstone.transform.sound that implement DefineTag | |
---|---|
class |
DefineSound
DefineSound is used to define a sound that will be played when a given event occurs. |
Uses of DefineTag in com.flagstone.transform.text |
---|
Subinterfaces of DefineTag in com.flagstone.transform.text | |
---|---|
interface |
StaticTextTag
The StaticTextTag interface provides a common set of methods for accessing the bounding box, coordinate transform and TextSpans for the different static text definition: DefineText, DefineText2. |
Classes in com.flagstone.transform.text that implement DefineTag | |
---|---|
class |
DefineText
DefineText defines one or more lines of text. |
class |
DefineText2
DefineText2 defines one or more lines of transparent text. |
class |
DefineTextField
DefineTextField defines an editable text field. |
Uses of DefineTag in com.flagstone.transform.video |
---|
Classes in com.flagstone.transform.video that implement DefineTag | |
---|---|
class |
DefineVideo
The DefineVideo class is used to define a video stream within a Flash file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |