org.freehep.graphicsio.swf
Class SWFShape

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

public class SWFShape
extends java.lang.Object

Shape TAG.

Version:
$Id: SWFShape.java 9979 2006-11-27 22:51:07Z duns $
Author:
Mark Donszelmann, Charles Loomis

Nested Class Summary
static class SWFShape.EdgeRecord
          Edge Record, specifying lines, curves, ...
static class SWFShape.Record
          Abstract superclass for Records.
static class SWFShape.ShapeRecord
          Shape Record, specifying style, move, ...
 
Field Summary
protected  FillStyleArray fillStyles
           
protected  LineStyleArray lineStyles
           
 
Constructor Summary
SWFShape(SWFInputStream input)
           
SWFShape(SWFInputStream input, FillStyleArray fillStyles, LineStyleArray lineStyles, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles)
           
SWFShape(java.util.Vector records)
           
 
Method Summary
 java.lang.String toString()
           
 void write(SWFOutputStream swf)
           
 void write(SWFOutputStream swf, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fillStyles

protected FillStyleArray fillStyles

lineStyles

protected LineStyleArray lineStyles
Constructor Detail

SWFShape

public SWFShape(java.util.Vector records)

SWFShape

public SWFShape(SWFInputStream input)
         throws java.io.IOException
Throws:
java.io.IOException

SWFShape

public SWFShape(SWFInputStream input,
                FillStyleArray fillStyles,
                LineStyleArray lineStyles,
                boolean isMorphStyle,
                boolean hasAlpha,
                boolean hasStyles)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(SWFOutputStream swf,
                  boolean isMorphStyle,
                  boolean hasAlpha,
                  boolean hasStyles)
           throws java.io.IOException
Throws:
java.io.IOException

toString

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.