de.jave.image
Class PositionedImage

java.lang.Object
  extended by de.jave.image.PositionedImage

public class PositionedImage
extends java.lang.Object

Author:
Markus Gebhard

Constructor Summary
PositionedImage(java.awt.image.BufferedImage image, java.awt.Point location)
           
 
Method Summary
 java.awt.image.BufferedImage getImage()
           
 java.awt.Point getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionedImage

public PositionedImage(java.awt.image.BufferedImage image,
                       java.awt.Point location)
Method Detail

getImage

public java.awt.image.BufferedImage getImage()

getLocation

public java.awt.Point getLocation()


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.