Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

Swing utility functions. Note that all functions in this class are script-level functions, so there is no need to construct an instance of this class.

Profile: desktop conditional swing

Inherited Variables

Script Function Summary

public toFXImage(image: java.awt.image.BufferedImage) : Image

Creates a JavaFX Image from a BufferedImage.

Creates a JavaFX Image from a BufferedImage.

Parameters
image
a BufferedImage that will be used to create the JavaFX Image object
Returns
Image
the Image object

Profile: desktop conditional swing

 

Inherited Functions