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: DefinitionTag.java 8584 2006-08-10 23:06:37Z 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 © 2012. All Rights Reserved.