|
Spec-Zone .ru
спецификации, руководства, описания, API
|
See: Description
| Class | Description |
|---|---|
| Image |
The
Image class represents graphical images and is used for loading
images from a specified URL. |
| ImageView | |
| ImageViewBuilder<B extends ImageViewBuilder<B>> |
Builder class for javafx.scene.image.ImageView
|
Provides the set of classes for loading and displaying images.
Image class is used to load images
(synchronously or asynchronously). Image can be resized as it is loaded and
the resizing can be performed with specified filtering quality and
with an option of preserving image's original aspect ratio.
ImageView is a Node used
for displaying images loaded with Image class.
It allows displaying a dynamically scaled and/or cropped view of the source
image. The scaling can be performed with specified filtering quality and
with an option of preserving image's original aspect ratio.
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .