org.freehep.graphicsio.swf
Class DefinitionTag

java.lang.Object
  extended by org.freehep.util.io.Tag
      extended by org.freehep.graphicsio.swf.SWFTag
          extended by 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

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()
           
 java.lang.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()
Overrides:
getTagType in class org.freehep.util.io.Tag

toString

public java.lang.String toString()
Specified by:
toString in class org.freehep.util.io.Tag


Copyright © 2000-2007 FreeHEP. All Rights Reserved.