Package com.unascribed.ears.common.main
Class RawEarsImage
java.lang.Object
com.unascribed.ears.common.main.RawEarsImage
- All Implemented Interfaces:
EarsImage,WritableEarsImage
-
Constructor Summary
ConstructorsConstructorDescriptionRawEarsImage(int[] data, int width, int height, boolean swapRedBlue) RawEarsImage(IntBuffer data, int width, int height, boolean swapRedBlue) -
Method Summary
-
Constructor Details
-
RawEarsImage
public RawEarsImage(int[] data, int width, int height, boolean swapRedBlue) -
RawEarsImage
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getARGB
public int getARGB(int x, int y) -
toString
-
setARGB
public void setARGB(int x, int y, int argb) - Specified by:
setARGBin interfaceWritableEarsImage
-
copy
- Specified by:
copyin interfaceWritableEarsImage
-