public class ImageImpl extends Object implements ImageWrapper
Modifier and Type | Field and Description |
---|---|
protected Rectangle |
_bounds |
protected RenderedImage |
_image |
Constructor and Description |
---|
ImageImpl(RenderedImage image,
Rectangle bounds) |
protected RenderedImage _image
protected Rectangle _bounds
public ImageImpl(RenderedImage image, Rectangle bounds)
public RenderedImage getImage()
getImage
in interface ImageWrapper
public Rectangle getBounds()
getBounds
in interface ImageWrapper
Copyright © 2020 Fran Rojas. All rights reserved.