Package com.spinyowl.legui.image
Class BufferedImageRGBA
java.lang.Object
com.spinyowl.legui.image.Image
com.spinyowl.legui.image.BufferedImageRGBA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns image height.intgetWidth()Returns image width.booleanvoidupdateImageData(ByteBuffer data)
-
Constructor Details
-
BufferedImageRGBA
public BufferedImageRGBA(int width, int height)
-
-
Method Details