org.concord.flash.player.fill
Class FImage

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

public abstract class FImage
extends FScriptObject


Field Summary
protected  int height
           
protected  int[] imageData
           
protected  int width
           
 
Fields inherited from class org.concord.flash.player.FScriptObject
members, name, parent
 
Constructor Summary
protected FImage(java.lang.String name, FScriptObject parent)
           
 
Method Summary
 int getHeight()
           
 int[] getImageData()
           
 int 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
 

Field Detail

width

protected int width

height

protected int height

imageData

protected int[] imageData
Constructor Detail

FImage

protected FImage(java.lang.String name,
                 FScriptObject parent)
Method Detail

getImageData

public int[] getImageData()

getWidth

public int getWidth()

getHeight

public int getHeight()