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

Quick Search    Search Deep

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


public interface SWFText

Interface for passing static text


Method Summary
 void color(com.anotherbigidea.flash.structs.Color color)
          Color is AlphaColor for DefineText2
 void done()
          Called at end of all text
 void font(int fontId, int textHeight)
           
 void setX(int x)
           
 void setY(int y)
           
 void text(int[] glyphIndices, int[] glyphAdvances)
           
 

Method Detail

font

public void font(int fontId,
                 int textHeight)
          throws java.io.IOException

color

public void color(com.anotherbigidea.flash.structs.Color color)
           throws java.io.IOException
Color is AlphaColor for DefineText2


setX

public void setX(int x)
          throws java.io.IOException

setY

public void setY(int y)
          throws java.io.IOException

text

public void text(int[] glyphIndices,
                 int[] glyphAdvances)
          throws java.io.IOException

done

public void done()
          throws java.io.IOException
Called at end of all text