Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.embed.swt |
Provides the set of classes to use JavaFX inside SWT applications.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
SwingFXUtils.fromFXImage(Image img,
java.awt.image.BufferedImage bimg)
Snapshots the specified JavaFX
Image object and stores a
copy of its pixels into a BufferedImage object, creating
a new object if needed. |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.swt.graphics.ImageData |
SWTFXUtils.fromFXImage(Image image,
org.eclipse.swt.graphics.ImageData imageData)
Snapshots the specified JavaFX
Image object and stores a
copy of its pixels into a new ImageData object. |
Modifier and Type | Field and Description |
---|---|
private Image |
ImageCursorBuilder.image |
private Image[] |
ImageCursor.DelayedInitialization.images |
Modifier and Type | Field and Description |
---|---|
private ImageCursor.ObjectPropertyImpl<Image> |
ImageCursor.image
The image to display when the cursor is active.
|
Modifier and Type | Method and Description |
---|---|
private static Image |
ImageCursor.findBestImage(Image[] images) |
Image |
ImageCursor.getImage()
Gets the value of the property image.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Image> |
ImageCursor.imageProperty()
The image to display when the cursor is active.
|
private ImageCursor.ObjectPropertyImpl<Image> |
ImageCursor.imagePropertyImpl() |
Modifier and Type | Method and Description |
---|---|
static void |
ImageCursor.DelayedInitialization.applyTo(ImageCursor imageCursor,
Image[] images,
double hotspotX,
double hotspotY) |
static void |
ImageCursor.DelayedInitialization.applyTo(ImageCursor imageCursor,
Image image,
double hotspotX,
double hotspotY) |
private void |
ImageCursor.bindImage(Image toImage) |
static ImageCursor |
ImageCursor.chooseBestCursor(Image[] images,
double hotspotX,
double hotspotY)
Creates a custom image cursor from one of the specified images.
|
private static Image |
ImageCursor.findBestImage(Image[] images) |
B |
ImageCursorBuilder.image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
private void |
ImageCursor.initialize(Image[] images,
double hotspotX,
double hotspotY) |
private void |
ImageCursor.initialize(Image newImage,
double newHotspotX,
double newHotspotY) |
private static boolean |
ImageCursor.needsDelayedInitialization(Image[] images) |
private void |
ImageCursor.unbindImage(Image fromImage) |
Constructor and Description |
---|
ImageCursor.DelayedInitialization(ImageCursor targetCursor,
Image[] images,
double hotspotX,
double hotspotY,
boolean initAsSingle) |
ImageCursor(Image image)
Constructs an
ImageCursor from the specified image. |
ImageCursor(Image image,
double hotspotX,
double hotspotY)
Constructs an
ImageCursor from the specified image and hotspot
coordinates. |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.drawImage(Image img,
double x,
double y)
Draws an image at the given x, y position using the width
and height of the given image.
|
void |
GraphicsContext.drawImage(Image img,
double x,
double y,
double w,
double h)
Draws an image into the given destination rectangle of the canvas.
|
void |
GraphicsContext.drawImage(Image img,
double sx,
double sy,
double sw,
double sh,
double dx,
double dy,
double dw,
double dh)
Draws the current source rectangle of the given image to the given
destination rectangle of the Canvas.
|
private void |
GraphicsContext.writeImage(Image img,
double dx,
double dy,
double dw,
double dh) |
private void |
GraphicsContext.writeImage(Image img,
double dx,
double dy,
double dw,
double dh,
double sx,
double sy,
double sw,
double sh) |
Modifier and Type | Field and Description |
---|---|
private Image |
ImageInputBuilder.source |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Image> |
ImageInput.source
The source
Image . |
Modifier and Type | Method and Description |
---|---|
Image |
ImageInput.getSource()
Gets the value of the property source.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Image> |
ImageInput.sourceProperty()
The source
Image . |
Modifier and Type | Method and Description |
---|---|
void |
ImageInput.setSource(Image value)
Sets the value of the property source.
|
B |
ImageInputBuilder.source(Image x)
Set the value of the
source property for the instance constructed by this builder. |
Constructor and Description |
---|
ImageInput(Image source)
Creates a new instance of ImageInput with the specified source.
|
ImageInput(Image source,
double x,
double y)
Creates a new instance of ImageInput with the specified source, x and y.
|
Modifier and Type | Class and Description |
---|---|
class |
WritableImage
The
WritableImage class represents a custom graphical image
that is constructed from pixels supplied by the application, and possibly
from PixelReader objects from any number of sources, including
images read from a file or URL. |
Modifier and Type | Field and Description |
---|---|
private Image |
ImageViewBuilder.image |
private Image |
ImageView.oldImage |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Image> |
ImageView.image
The
Image to be painted by this ImageView . |
Modifier and Type | Method and Description |
---|---|
Image |
ImageView.getImage()
Gets the value of the property image.
|
static Image |
Image.impl_fromExternalImage(java.lang.Object extImage)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
static Image |
Image.impl_fromPlatformImage(java.lang.Object image)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Image> |
ImageView.imageProperty()
The
Image to be painted by this ImageView . |
Modifier and Type | Method and Description |
---|---|
B |
ImageViewBuilder.image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
void |
ImageView.setImage(Image value)
Sets the value of the property image.
|
Constructor and Description |
---|
ImageView(Image image)
Allocates a new ImageView object using the given image.
|
Modifier and Type | Method and Description |
---|---|
Image |
ClipboardContent.getImage()
Gets the Image from the clipboard which had previously
been registered.
|
Image |
Clipboard.getImage()
Gets the Image from the clipboard which had previously
been registered.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClipboardContent.putImage(Image i)
Puts an Image onto the Clipboard.
|
Modifier and Type | Field and Description |
---|---|
private Image |
ImagePattern.image |
private Image |
ImagePatternBuilder.image |
Modifier and Type | Method and Description |
---|---|
Image |
ImagePattern.getImage()
Gets the image to be used as a paint.
|
Modifier and Type | Method and Description |
---|---|
ImagePatternBuilder |
ImagePatternBuilder.image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
Constructor and Description |
---|
ImagePattern(Image image)
Creates a new instance of ImagePattern from the specified image.
|
ImagePattern(Image image,
double x,
double y,
double width,
double height,
boolean proportional)
Creates a new instance of ImagePattern.
|
Modifier and Type | Field and Description |
---|---|
private ObservableList<Image> |
Stage.icons
Defines the icon images to be used in the window decorations and when
minimized.
|
private java.util.Collection<? extends Image> |
StageBuilder.icons |
Modifier and Type | Method and Description |
---|---|
ObservableList<Image> |
Stage.getIcons()
Gets the icon images to be used in the window decorations and when
minimized.
|
Modifier and Type | Method and Description |
---|---|
B |
StageBuilder.icons(Image... x)
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
B |
StageBuilder.icons(java.util.Collection<? extends Image> x)
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to