org.nakedobjects.plugins.dnd.viewer.image
Class AwtImage

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.image.AwtImage
All Implemented Interfaces:
Image

public class AwtImage
extends java.lang.Object
implements Image


Constructor Summary
AwtImage(java.awt.Image iconImage)
           
 
Method Summary
 java.awt.Image getAwtImage()
           
 int getHeight()
           
 Size getSize()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AwtImage

public AwtImage(java.awt.Image iconImage)
Method Detail

getHeight

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

getWidth

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

getSize

public Size getSize()
Specified by:
getSize in interface Image

getAwtImage

public java.awt.Image getAwtImage()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.