public class Java2dHelper extends Object
| Constructor and Description |
|---|
Java2dHelper() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
createCompatibleImage(int width,
int height) |
static BufferedImage |
createThumbnail(BufferedImage image,
int requestedThumbSize) |
static BufferedImage |
loadCompatibleImage(URL resource) |
public static BufferedImage createCompatibleImage(int width, int height)
public static BufferedImage loadCompatibleImage(URL resource) throws IOException
IOExceptionpublic static BufferedImage createThumbnail(BufferedImage image, int requestedThumbSize)
Copyright © 2007–2017 Gephi Consortium. All rights reserved.