public class ImageContent extends Content
Learn more:
Modifier and Type | Method and Description |
---|---|
protected void |
dispose(boolean disposing)
Releases all resources used by the
ImageContent |
int |
getHeight()
Gets the height of this
in pixels. |
int |
getWidth()
Gets the width of this
in pixels. |
findImages, findImages, search, search
public final int getHeight()
ImageContent
in pixels.
Returns the height of the active frame for a multiframe image.
ImageContent
in pixels.public final int getWidth()
ImageContent
in pixels.
Returns the width of the active frame for a multiframe image.
ImageContent
in pixels.