| Package | Description |
|---|---|
| javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
| javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
| Modifier and Type | Method and Description |
|---|---|
PixelWriter |
GraphicsContext.getPixelWriter()
Returns a
PixelWriter object that can be used to modify
the pixels of the Canvas associated with this
GraphicsContext. |
| Modifier and Type | Method and Description |
|---|---|
PixelWriter |
WritableImage.getPixelWriter()
This method returns a
PixelWriter that provides access to
write the pixels of the image. |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.