public class Imagem extends Object
| Constructor and Description |
|---|
Imagem() |
| Modifier and Type | Method and Description |
|---|---|
static ImageIcon |
byteArrayToImageIcon(byte[] blob) |
static byte[] |
fileToByteArray(File f) |
static ImageIcon |
redimensionar(ImageIcon icon,
Integer larg,
Integer alt) |
public static byte[] fileToByteArray(File f) throws FileNotFoundException, IOException
public static ImageIcon byteArrayToImageIcon(byte[] blob) throws IOException
Copyright © 2015–2016 codecode. All rights reserved.