org.freehep.graphicsio.swf
Class SWFShape.EdgeRecord

java.lang.Object
  extended by org.freehep.graphicsio.swf.SWFShape.Record
      extended by 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
 java.lang.String toString()
           
 void write(SWFOutputStream swf, int numFillBits, int numLineBits, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles)
           
 
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 isMorphStyle,
                  boolean hasAlpha,
                  boolean hasStyles)
           throws java.io.IOException
Specified by:
write in class SWFShape.Record
Throws:
java.io.IOException

toString

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.