Example usage for Java javafx.scene.image WritableImage fields, constructors, methods, implement or subclass
The text is from its open source code.
WritableImage(@NamedArg("reader") PixelReader reader, @NamedArg("x") int x, @NamedArg("y") int y, @NamedArg("width") int width, @NamedArg("height") int height) Construct an image of the specified dimensions, initialized from the indicated region of the PixelReader . | |
WritableImage(@NamedArg("width") int width, @NamedArg("height") int height) Construct an empty image of the specified dimensions. |
double | getHeight() |
PixelWriter | getPixelWriter() This method returns a PixelWriter that provides access to write the pixels of the image. |
double | getWidth() |