public interface Image extends Media
To encode AWT image to an instance of Image
,
use Images.encode(java.lang.String, java.awt.image.RenderedImage, float, boolean)
.
Images.encode(java.lang.String, java.awt.image.RenderedImage, float, boolean)
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height.
|
int |
getWidth()
Returns the width.
|
javax.swing.ImageIcon |
toImageIcon()
Converts to an image icon.
|
getByteData, getContentType, getFormat, getName, getReaderData, getStreamData, getStringData, inMemory, isBinary, isContentDisposition
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.