org.freehep.graphicsio.swf
Class DefinitionTag
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
- All Implemented Interfaces:
- SWFConstants
- Direct Known Subclasses:
- DefineBits, DefineBitsJPEG2, DefineBitsLossless, DefineButton, DefineButton2, DefineButtonCxform, DefineButtonSound, DefineEditText, DefineFont, DefineFont2, DefineFontInfo, DefineMorphShape, DefineMovie, DefineShape, DefineSound, DefineSprite, DefineText, DefineVideoStream, JPEGTables, SoundStreamBlock, SoundStreamHead, VideoFrame
public abstract class DefinitionTag
- extends SWFTag
Abstract Definition TAG. All definition tags inherit from this class.
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/DefinitionTag.java db861da05344 2005/12/05 00:59:43 duns $
- Author:
- Mark Donszelmann, Charles Loomis
| Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
|
Constructor Summary |
protected |
DefinitionTag(int tagID,
int version)
|
| Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getVersion |
DefinitionTag
protected DefinitionTag(int tagID,
int version)
getTagType
public int getTagType()
- Overrides:
getTagType in class org.freehep.util.io.Tag
toString
public String toString()
- Specified by:
toString in class org.freehep.util.io.Tag
Copyright © 2014. All rights reserved.