Package | Description |
---|---|
com.sun.javafx.css | |
com.sun.javafx.fxml.builder | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
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.layout |
Provides classes to support user interface layout.
|
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 |
---|---|
Image |
StyleManager.getCachedImage(String url) |
Modifier and Type | Method and Description |
---|---|
Image |
JavaFXImageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Image |
TKClipboard.getDragView()
Gets the image used as a drag view.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<PlatformImage> |
Toolkit.ImageAccessor.getImageProperty(Image image) |
boolean |
Toolkit.ImageAccessor.isAnimation(Image image) |
void |
TKClipboard.setDragView(Image image)
Sets the visual representation of data being transfered in a drag and drop gesture.
|
abstract Filterable |
Toolkit.toFilterable(Image img) |
Filterable |
DummyToolkit.toFilterable(Image img) |
Modifier and Type | Method and Description |
---|---|
Filterable |
QuantumToolkit.toFilterable(Image img) |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
SwingFXUtils.fromFXImage(Image img,
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 | Method and Description |
---|---|
Image |
ImageCursor.getImage() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Image> |
ImageCursor.imageProperty() |
Modifier and Type | Method and Description |
---|---|
static ImageCursor |
ImageCursor.chooseBestCursor(Image[] images,
double hotspotX,
double hotspotY)
Creates a custom image cursor from one of the specified images.
|
B |
ImageCursorBuilder.image(Image x)
Deprecated.
Set the value of the
image property for the instance constructed by this builder. |
Constructor and Description |
---|
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 specified source rectangle of the given image to the given
destination rectangle of the Canvas.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageInput.getSource() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Image> |
ImageInput.sourceProperty() |
Modifier and Type | Method and Description |
---|---|
void |
ImageInput.setSource(Image value) |
B |
ImageInputBuilder.source(Image x)
Deprecated.
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 | Method and Description |
---|---|
Image |
ImageView.getImage() |
static Image |
Image.impl_fromPlatformImage(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() |
Modifier and Type | Method and Description |
---|---|
B |
ImageViewBuilder.image(Image x)
Deprecated.
Set the value of the
image property for the instance constructed by this builder. |
void |
ImageView.setImage(Image value) |
Constructor and Description |
---|
ImageView(Image image)
Allocates a new ImageView object using the given image.
|
Modifier and Type | Method and Description |
---|---|
Image |
Dragboard.getDragView()
Gets the image used as a drag view.
|
Image |
ClipboardContent.getImage()
Gets the Image from the
ClipboardContent
which had previously been put. |
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 into the
ClipboardContent . |
void |
Dragboard.setDragView(Image image)
Sets the visual representation of data being transfered
in a drag and drop gesture.
|
void |
Dragboard.setDragView(Image image,
double offsetX,
double offsetY)
Sets the visual representation of data being transfered
in a drag and drop gesture.
|
Modifier and Type | Method and Description |
---|---|
Image |
BorderImage.getImage()
The image to be used.
|
Image |
BackgroundImage.getImage()
The image to be used.
|
Constructor and Description |
---|
BackgroundImage(Image image,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
BackgroundPosition position,
BackgroundSize size)
Creates a new BackgroundImage.
|
BorderImage(Image image,
BorderWidths widths,
Insets insets,
BorderWidths slices,
boolean filled,
BorderRepeat repeatX,
BorderRepeat repeatY)
Creates a new BorderImage.
|
Modifier and Type | Method and Description |
---|---|
Image |
PhongMaterial.getBumpMap() |
Image |
PhongMaterial.getDiffuseMap() |
Image |
ImagePattern.getImage()
Gets the image to be used as a paint.
|
Image |
PhongMaterial.getSelfIlluminationMap() |
Image |
PhongMaterial.getSpecularMap() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Image> |
PhongMaterial.bumpMapProperty() |
ObjectProperty<Image> |
PhongMaterial.diffuseMapProperty() |
ObjectProperty<Image> |
PhongMaterial.selfIlluminationMapProperty() |
ObjectProperty<Image> |
PhongMaterial.specularMapProperty() |
Modifier and Type | Method and Description |
---|---|
ImagePatternBuilder |
ImagePatternBuilder.image(Image x)
Deprecated.
Set the value of the
image property for the instance constructed by this builder. |
void |
PhongMaterial.setBumpMap(Image value) |
void |
PhongMaterial.setDiffuseMap(Image value) |
void |
PhongMaterial.setSelfIlluminationMap(Image value) |
void |
PhongMaterial.setSpecularMap(Image value) |
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.
|
PhongMaterial(Color diffuseColor,
Image diffuseMap,
Image specularMap,
Image bumpMap,
Image selfIlluminationMap)
Creates a new instance of
PhongMaterial class using the specified
colors and images for its diffuseColor properties. |
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)
Deprecated.
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(Collection<? extends Image> x)
Deprecated.
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
Copyright © 2020. All rights reserved.