Vector Graphics, 2.4

org.freehep.graphicsio.swf
Class ClipActionRecord

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

public class ClipActionRecord
extends Object

SWF Clip Action Record

Version:
$Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/ClipActionRecord.java db861da05344 2005/12/05 00:59:43 duns $
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.

Throws:
IOException
Method Detail

write

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

isEndRecord

public boolean isEndRecord()

toString

public String toString()
Overrides:
toString in class Object

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.