FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class SWFShape.EdgeRecord

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.SWFShape.Record
        |
        +--org.freehep.graphicsio.swf.SWFShape.EdgeRecord
Enclosing class:
SWFShape

public static class SWFShape.EdgeRecord
extends SWFShape.Record

Edge Record, specifying lines, curves, ...


Constructor Summary
SWFShape.EdgeRecord(int deltaX, int deltaY)
           
SWFShape.EdgeRecord(int controlDeltaX, int controlDeltaY, int anchorDeltaX, int anchorDeltaY)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf, int numFillBits, int numLineBits, boolean hasAlpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SWFShape.EdgeRecord

public SWFShape.EdgeRecord(int controlDeltaX,
                           int controlDeltaY,
                           int anchorDeltaX,
                           int anchorDeltaY)

SWFShape.EdgeRecord

public SWFShape.EdgeRecord(int deltaX,
                           int deltaY)
Method Detail

write

public void write(SWFOutputStream swf,
                  int numFillBits,
                  int numLineBits,
                  boolean hasAlpha)
           throws IOException
Specified by:
write in class SWFShape.Record
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.