Package org.hipparchus.samples
Class ExampleUtils
- java.lang.Object
-
- org.hipparchus.samples.ExampleUtils
-
public class ExampleUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExampleUtils.ExampleFrame
-
Constructor Summary
Constructors Constructor Description ExampleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
resizeImage(BufferedImage originalImage, int width, int height, int type)
static void
showExampleFrame(ExampleUtils.ExampleFrame frame)
-
-
-
Method Detail
-
showExampleFrame
public static void showExampleFrame(ExampleUtils.ExampleFrame frame)
-
resizeImage
public static BufferedImage resizeImage(BufferedImage originalImage, int width, int height, int type) throws IOException
- Throws:
IOException
-
-