FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class ClipActionRecord

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.ClipActionRecord

public class ClipActionRecord
extends Object

SWF Clip Action Record

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

Constructor Summary
ClipActionRecord(SWFInputStream swf)
          Read a ClipActionRecord from the stream.
 
Method Summary
 boolean isEndRecord()
           
 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

ClipActionRecord

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

Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
IOException

isEndRecord

public boolean isEndRecord()

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.