Class ImageScale8d
java.lang.Object
com.realtime.crossfire.jxclient.faces.ImageScale8d
A utility to scale down an image by 8 in both dimensions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImageScale8d
Creates a new instance.- Parameters:
srcImageIcon- the image to scale
-
-
Method Details
-
getScaledImage
Returns the scaled image. Note this is the method that actually does the work, so it may take some time to return.- Returns:
- the scaled image
-