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
IOException
Copyright © 2016–2020 Hipparchus.org. All rights reserved.