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: ControlTag.java 8584 2006-08-10 23:06:37Z 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 © 2012. All Rights Reserved.