FreeHEP API
Version current

org.freehep.graphicsio.swf
Class ControlTag

java.lang.Object
  extended byorg.freehep.util.io.Tag
      extended byorg.freehep.graphicsio.swf.SWFTag
          extended byorg.freehep.graphicsio.swf.ControlTag
All Implemented Interfaces:
SWFConstants
Direct Known Subclasses:
DoAction, DoInitAction, EnableDebugger, EnableDebugger2, End, ExportAssets, 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,v 1.1 2001/11/29 01:45:30 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
Source Code:
ControlTag.java

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()
          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

ControlTag

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

Copyright © 2000-2004 FreeHEP, All Rights Reserved.