FreeHEP API
Version v1.2

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

Field Summary
 
Fields inherited from class org.freehep.util.io.Tag
DEFAULT_TAG
 
Fields inherited from interface org.freehep.graphicsio.swf.SWFConstants
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS
 
Constructor Summary
protected DefinitionTag(int tagID, int version)
           
 
Method Summary
 int getTagType()
          This returns the type of block
 String toString()
           
 
Methods inherited from class org.freehep.graphicsio.swf.SWFTag
read, read, write, write
 
Methods inherited from class org.freehep.util.io.Tag
getName, getTag, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefinitionTag

protected DefinitionTag(int tagID,
                        int version)
Method Detail

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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.