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, 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: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/ControlTag.java db861da05344 2005/12/05 00:59:43 duns $
- Author:
- Mark Donszelmann, Charles Loomis
| Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
|
Constructor Summary |
protected |
ControlTag(int tagID,
int version)
|
| Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getVersion |
ControlTag
protected ControlTag(int tagID,
int version)
getTagType
public int getTagType()
- Overrides:
getTagType in class org.freehep.util.io.Tag
toString
public String toString()
- Specified by:
toString in class org.freehep.util.io.Tag
Copyright © 2014. All rights reserved.