org.freehep.graphicsio.swf
Class ClipEventFlags

java.lang.Object
  extended by org.freehep.graphicsio.swf.ClipEventFlags

public class ClipEventFlags
extends java.lang.Object

SWF Clip Event Flags

Version:
$Id: ClipEventFlags.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
ClipEventFlags(SWFInputStream swf)
          Read a ClipEventFlags from the stream.
 
Method Summary
 boolean isEndFlag()
           
 boolean isKeyPress()
           
 java.lang.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 java.io.IOException
Read a ClipEventFlags from the stream.

Throws:
java.io.IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws java.io.IOException
Throws:
java.io.IOException

isKeyPress

public boolean isKeyPress()

isEndFlag

public boolean isEndFlag()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.