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 | Field and Description |
---|---|
private java.util.Map<java.lang.String,Image> |
StyleManager.imageCache |
(package private) java.util.List<Image> |
StyleManager.StylesheetContainer.imageCache |
Modifier and Type | Method and Description |
---|---|
Image |
StyleManager.getCachedImage(java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
Image |
JavaFXImageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Image |
LocalClipboard.getDragView() |
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 |
LocalClipboard.setDragView(Image image) |
void |
TKClipboard.setDragView(Image image)
Sets the visual representation of data being transfered in a drag and drop gesture.
|
Filterable |
DummyToolkit.toFilterable(Image img) |
abstract Filterable |
Toolkit.toFilterable(Image img) |
Modifier and Type | Field and Description |
---|---|
private Image |
QuantumClipboard.dragImage
An image which is displayed during the drag operation.
|
Modifier and Type | Method and Description |
---|---|
private static Image |
QuantumClipboard.convertObjectToImage(java.lang.Object obj) |
Image |
QuantumClipboard.getDragView() |
private Image |
QuantumClipboard.readImage() |
Modifier and Type | Method and Description |
---|---|
private boolean |
QuantumClipboard.placeImage(Image image) |
private static java.nio.ByteBuffer |
QuantumClipboard.prepareImage(Image image) |
void |
QuantumClipboard.setDragView(Image image) |
Filterable |
QuantumToolkit.toFilterable(Image img) |
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
Deprecated.
|
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() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Image> |
ImageCursor.imageProperty() |
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)
Deprecated.
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 |
---|
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 specified 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 |
ImageInput.oldImage |
private Image |
ImageInputBuilder.source
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Image> |
ImageInput.source
The source
Image . |
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 | Field and Description |
---|---|
private Image |
ImageViewBuilder.image
Deprecated.
|
private Image |
ImageView.oldImage |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Image> |
ImageView.image
The
Image to be painted by this ImageView . |
(package private) java.lang.ref.WeakReference<Image> |
Image.Animation.imageRef |
Modifier and Type | Method and Description |
---|---|
Image |
ImageView.getImage() |
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() |
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 |
---|
Animation(Image image,
ImageLoader loader) |
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 |
Clipboard.getImage()
Gets the Image from the clipboard which had previously
been registered.
|
Image |
ClipboardContent.getImage()
Gets the Image from the
ClipboardContent
which had previously been put. |
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 | Field and Description |
---|---|
(package private) Image |
BorderImage.image |
(package private) Image |
BackgroundImage.image |
Modifier and Type | Method and Description |
---|---|
Image |
BorderImage.getImage()
The image to be used.
|
Image |
BackgroundImage.getImage()
The image to be used.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Region.addImageListener(Image image)
Adds the imageChangeListener to this image.
|
(package private) void |
Region.removeImageListener(Image image)
Removes the imageChangeListener from this image.
|
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 | Field and Description |
---|---|
private Image |
ImagePatternBuilder.image
Deprecated.
|
private Image |
ImagePattern.image |
private Image |
PhongMaterial.oldBumpMap |
private Image |
PhongMaterial.oldDiffuseMap |
private Image |
PhongMaterial.oldSelfIlluminationMap |
private Image |
PhongMaterial.oldSpecularMap |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Image> |
PhongMaterial.bumpMap
The bump map of this
PhongMaterial , which is a normal map stored
as a RGB Image . |
private ObjectProperty<Image> |
PhongMaterial.diffuseMap
The diffuse map of this
PhongMaterial . |
private ObjectProperty<Image> |
PhongMaterial.selfIlluminationMap
The self illumination map of this
PhongMaterial . |
private ObjectProperty<Image> |
PhongMaterial.specularMap
The specular map of this
PhongMaterial . |
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 | Field and Description |
---|---|
private java.util.Collection<? extends Image> |
StageBuilder.icons
Deprecated.
|
private ObservableList<Image> |
Stage.icons
Defines the icon images to be used in the window decorations and when
minimized.
|
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(java.util.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. |