org.dmonix.util.image.imageobjects
Interface ImageObject

All Known Implementing Classes:
BaseImageObject

public interface ImageObject

Copyright: Copyright (c) 2003

Company: dmonix.org

Version:
1.0
Author:
Peter Nerg

Method Summary
 java.awt.Rectangle getBounds()
          Returns the boundaries of the image.
 void paint(java.awt.Graphics2D g2)
          Paints the graphics.
 

Method Detail

getBounds

public java.awt.Rectangle getBounds()
Returns the boundaries of the image.

Returns:
The boundaries

paint

public void paint(java.awt.Graphics2D g2)
Paints the graphics.

Parameters:
g2 - The graphics object


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.