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,v 1.1 2001/11/29 01:45:31 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- DefinitionTag.java
Constructor Summary |
protected |
DefinitionTag(int tagID,
int version)
|
DefinitionTag
protected DefinitionTag(int tagID,
int version)
getTagType
public int getTagType()
- Description copied from class:
Tag
- This returns the type of block
- Overrides:
getTagType
in class Tag
toString
public String toString()
- Specified by:
toString
in class Tag
Copyright © 2000-2004 FreeHEP, All Rights Reserved.