public class ExampleUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExampleUtils.ExampleFrame |
| Constructor and Description |
|---|
ExampleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
resizeImage(BufferedImage originalImage,
int width,
int height,
int type) |
static void |
showExampleFrame(ExampleUtils.ExampleFrame frame) |
public static void showExampleFrame(ExampleUtils.ExampleFrame frame)
public static BufferedImage resizeImage(BufferedImage originalImage, int width, int height, int type) throws IOException
IOExceptionCopyright © 2016–2017 Hipparchus.org. All rights reserved.