Class BufferedImageFileLoader
- java.lang.Object
-
- science.aist.imaging.core.storage.BufferedImageFileLoader
-
- All Implemented Interfaces:
Function<String,BufferedImage>
public class BufferedImageFileLoader extends Object implements Function<String,BufferedImage>
Loads a Buffered Image from a given File Path
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description BufferedImageFileLoader()
-
-
-
Method Detail
-
apply
public BufferedImage apply(String s)
- Specified by:
apply
in interfaceFunction<String,BufferedImage>
-
-