org.freehep.graphicsio.swf
Class ControlTag

java.lang.Object
  extended by org.freehep.util.io.Tag
      extended by org.freehep.graphicsio.swf.SWFTag
          extended by org.freehep.graphicsio.swf.ControlTag
All Implemented Interfaces:
SWFConstants
Direct Known Subclasses:
DoAction, DoInitAction, EnableDebugger, EnableDebugger2, End, ExportAssets, FileAttributes, FrameLabel, ImportAssets, PlaceObject, PlaceObject2, Protect, RemoveObject, RemoveObject2, SetBackgroundColor, ShowFrame, StartSound

public abstract class ControlTag
extends SWFTag

Abstract Control TAG. All control tags derive from this tag.

Version:
$Id: ControlTag.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 ControlTag(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

ControlTag

protected ControlTag(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.