Package nl.bebr.mapviewer.data.util
Class GraphicsUtilities
- java.lang.Object
-
- nl.bebr.mapviewer.data.util.GraphicsUtilities
-
public class GraphicsUtilities extends Object
Util class for graphic operations.- Author:
- Frantisek Post
-
-
Constructor Summary
Constructors Constructor Description GraphicsUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImageloadCompatibleImage(InputStream in)static BufferedImagetoCompatibleImage(BufferedImage image)
-
-
-
Method Detail
-
loadCompatibleImage
public static BufferedImage loadCompatibleImage(InputStream in) throws IOException
- Throws:
IOException
-
toCompatibleImage
public static BufferedImage toCompatibleImage(BufferedImage image)
-
-