Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.interfaces
Interface SWFShape  view SWFShape download SWFShape.java

All Superinterfaces:
SWFVectors

public interface SWFShape
extends SWFVectors

Interface for passing shape style information in addition to the basic vectors.


Method Summary
 void defineFillStyle(com.anotherbigidea.flash.structs.Color color)
          Solid color fill
 void defineFillStyle(int bitmapId, com.anotherbigidea.flash.structs.Matrix matrix, boolean clipped)
          Bitmap fill - tiled or clipped
 void defineFillStyle(com.anotherbigidea.flash.structs.Matrix matrix, int[] ratios, com.anotherbigidea.flash.structs.Color[] colors, boolean radial)
          Gradient fill - linear or radial.
 void defineLineStyle(int width, com.anotherbigidea.flash.structs.Color color)
           
 void setFillStyle0(int styleIndex)
           
 void setFillStyle1(int styleIndex)
           
 void setLineStyle(int styleIndex)
           
 
Methods inherited from interface com.anotherbigidea.flash.interfaces.SWFVectors
curve, done, line, move
 

Method Detail

setFillStyle0

public void setFillStyle0(int styleIndex)
                   throws java.io.IOException

setFillStyle1

public void setFillStyle1(int styleIndex)
                   throws java.io.IOException

setLineStyle

public void setLineStyle(int styleIndex)
                  throws java.io.IOException

defineFillStyle

public void defineFillStyle(com.anotherbigidea.flash.structs.Color color)
                     throws java.io.IOException
Solid color fill


defineFillStyle

public void defineFillStyle(com.anotherbigidea.flash.structs.Matrix matrix,
                            int[] ratios,
                            com.anotherbigidea.flash.structs.Color[] colors,
                            boolean radial)
                     throws java.io.IOException
Gradient fill - linear or radial.


defineFillStyle

public void defineFillStyle(int bitmapId,
                            com.anotherbigidea.flash.structs.Matrix matrix,
                            boolean clipped)
                     throws java.io.IOException
Bitmap fill - tiled or clipped


defineLineStyle

public void defineLineStyle(int width,
                            com.anotherbigidea.flash.structs.Color color)
                     throws java.io.IOException