Class RawScale8d
- java.lang.Object
-
- com.realtime.crossfire.jxclient.faces.RawScale8d
-
public class RawScale8d extends java.lang.ObjectScales down a raw image to an eighth in both dimensions.
-
-
Constructor Summary
Constructors Constructor Description RawScale8d(int @NotNull [] imageData, int dataWidth, int dataHeight)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int @NotNull []getScaledData()Returns the scale image data.
-