org.freehep.graphicsio.swf
Class DefineButton2
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
org.freehep.graphicsio.swf.DefineButton2
- All Implemented Interfaces:
- SWFConstants
- public class DefineButton2
- extends DefinitionTag
DefineButton2 TAG.
- Version:
- $Id: DefineButton2.java,v 1.4 2005/03/29 18:28:46 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- DefineButton2.java
DefineButton2
public DefineButton2(int id,
boolean trackAsMenu,
Vector buttons,
Vector conditions)
DefineButton2
public DefineButton2()
read
public SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
- Specified by:
read
in class SWFTag
- Throws:
IOException
write
public void write(int tagID,
SWFOutputStream swf)
throws IOException
- Overrides:
write
in class SWFTag
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class DefinitionTag
Copyright © 2000-2004 FreeHEP, All Rights Reserved.