FreeHEP API
Version current

org.freehep.graphicsio.swf
Class ClipEventFlags

java.lang.Object
  extended byorg.freehep.graphicsio.swf.ClipEventFlags

public class ClipEventFlags
extends Object

SWF Clip Event Flags

Version:
$Id: ClipEventFlags.java,v 1.1 2003/04/15 18:03:05 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
Source Code:
ClipEventFlags.java

Constructor Summary
ClipEventFlags(SWFInputStream swf)
          Read a ClipEventFlags from the stream.
 
Method Summary
 boolean isEndFlag()
           
 boolean isKeyPress()
           
 String toString()
           
 void write(SWFOutputStream swf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClipEventFlags

public ClipEventFlags(SWFInputStream swf)
               throws IOException
Read a ClipEventFlags from the stream.

Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
Throws:
IOException

isKeyPress

public boolean isKeyPress()

isEndFlag

public boolean isEndFlag()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.