FreeHEP API
Version current

org.freehep.graphicsio.swf
Class ClipActionRecord

java.lang.Object
  extended byorg.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
Source Code:
ClipActionRecord.java

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
Throws:
IOException

isEndRecord

public boolean isEndRecord()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.