org.concord.flash.player.fill
Class FJPEGImage

java.lang.Object
  |
  +--org.concord.flash.player.FScriptObject
        |
        +--org.concord.flash.player.fill.FImage
              |
              +--org.concord.flash.player.fill.FJPEGImage
All Implemented Interfaces:
java.lang.Cloneable

public class FJPEGImage
extends FImage


Fields inherited from class org.concord.flash.player.fill.FImage
height, imageData, width
 
Fields inherited from class org.concord.flash.player.FScriptObject
members, name, parent
 
Constructor Summary
FJPEGImage(java.lang.String name, FScriptObject parent, com.anotherbigidea.flash.movie.Image.JPEG jpeg)
           
 
Method Summary
 int getStride()
           
 
Methods inherited from class org.concord.flash.player.fill.FImage
getHeight, getImageData, getWidth
 
Methods inherited from class org.concord.flash.player.FScriptObject
callMethod, clone, getAllMembers, getMember, getName, getObjectType, getParent, removeMember, setMember, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FJPEGImage

public FJPEGImage(java.lang.String name,
                  FScriptObject parent,
                  com.anotherbigidea.flash.movie.Image.JPEG jpeg)
Method Detail

getStride

public int getStride()