org.freehep.graphicsio.swf
Class ControlTag
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.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
Constructor Summary |
protected |
ControlTag(int tagID,
int version)
|
ControlTag
protected ControlTag(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.