com.flagstone.transform
Interface DefineTag

All Superinterfaces:
Copyable<MovieTag>, MovieTag, SWFEncodeable
All Known Subinterfaces:
ImageTag, ShapeTag, StaticTextTag
All Known Implementing Classes:
DefineButton, DefineButton2, DefineData, DefineFont, DefineFont2, DefineFont3, DefineFont4, DefineImage, DefineImage2, DefineJPEGImage, DefineJPEGImage2, DefineJPEGImage3, DefineJPEGImage4, DefineMorphShape, DefineMorphShape2, DefineMovieClip, DefineShape, DefineShape2, DefineShape3, DefineShape4, DefineSound, DefineText, DefineText2, DefineTextField, DefineVideo, ScalingGrid

public interface DefineTag
extends MovieTag

The DefineTag interface is used to identify object that are used to add definitions for shapes, images, sounds ,etc. to a Flash file.


Method Summary
 int getIdentifier()
          Get the unique identifier assigned to this object.
 void setIdentifier(int uid)
          Sets the unique identifier for an object within a given Movie.
 
Methods inherited from interface com.flagstone.transform.coder.SWFEncodeable
encode, prepareToEncode
 
Methods inherited from interface com.flagstone.transform.coder.Copyable
copy
 

Method Detail

getIdentifier

int getIdentifier()
Get the unique identifier assigned to this object.

Returns:
the unique identifier used by the Flash Player to reference this definition.

setIdentifier

void setIdentifier(int uid)
Sets the unique identifier for an object within a given Movie.

Parameters:
uid - a unique identifier for the object. Must be in the range 1..65535.


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