Class ImageScale8d
- java.lang.Object
-
- com.realtime.crossfire.jxclient.faces.ImageScale8d
-
public class ImageScale8d extends java.lang.ObjectA utility to scale down an image by 8 in both dimensions.
-
-
Constructor Summary
Constructors Constructor Description ImageScale8d(@NotNull javax.swing.Icon srcImageIcon)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull javax.swing.ImageIcongetScaledImage()Returns the scaled image.
-