Spec-Zone .ru
спецификации, руководства, описания, API
|
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 | Field and Description |
---|---|
private PixelWriter |
GraphicsContext.writer |
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 | Field and Description |
---|---|
private PixelWriter |
WritableImage.writer |
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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to