org.freehep.graphicsio.swf
Class SWFShape.ShapeRecord

java.lang.Object
  extended by org.freehep.graphicsio.swf.SWFShape.Record
      extended by org.freehep.graphicsio.swf.SWFShape.ShapeRecord
Enclosing class:
SWFShape

public static class SWFShape.ShapeRecord
extends SWFShape.Record

Shape Record, specifying style, move, ...


Constructor Summary
SWFShape.ShapeRecord(boolean move, int moveX, int moveY, int fillStyle0, int fillStyle1, int lineStyle)
           
 
Method Summary
 int getNumFillBits()
           
 int getNumLineBits()
           
 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.ShapeRecord

public SWFShape.ShapeRecord(boolean move,
                            int moveX,
                            int moveY,
                            int fillStyle0,
                            int fillStyle1,
                            int lineStyle)
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

getNumFillBits

public int getNumFillBits()

getNumLineBits

public int getNumLineBits()

toString

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.