playn.flash
Class FlashCanvasImage

java.lang.Object
  extended by playn.flash.FlashCanvasImage
All Implemented Interfaces:
CanvasImage, Image

public class FlashCanvasImage
extends Object
implements CanvasImage


Constructor Summary
FlashCanvasImage(playn.flash.FlashCanvas canvas)
           
 
Method Summary
 void addCallback(ResourceCallback<Image> callback)
           
 Canvas canvas()
           
 int height()
           
 boolean isReady()
           
 void replaceWith(Image image)
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashCanvasImage

public FlashCanvasImage(playn.flash.FlashCanvas canvas)
Method Detail

canvas

public Canvas canvas()
Specified by:
canvas in interface CanvasImage

height

public int height()
Specified by:
height in interface Image

replaceWith

public void replaceWith(Image image)
Specified by:
replaceWith in interface Image

width

public int width()
Specified by:
width in interface Image

isReady

public boolean isReady()
Specified by:
isReady in interface Image

addCallback

public void addCallback(ResourceCallback<Image> callback)
Specified by:
addCallback in interface Image


Copyright © 2011. All Rights Reserved.