Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
com.sun.prism | |
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
Modifier and Type | Method and Description |
---|---|
abstract PlatformImage |
Toolkit.createPlatformImage(int w,
int h) |
PlatformImage |
DummyToolkit.createPlatformImage(int w,
int h) |
PlatformImage |
ImageLoader.getFrame(int index) |
PlatformImage |
PlatformImage.promoteToWritableImage() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<PlatformImage> |
Toolkit.ImageAccessor.getImageProperty(Image image) |
Modifier and Type | Method and Description |
---|---|
PlatformImage |
QuantumToolkit.createPlatformImage(int w,
int h) |
PlatformImage |
PrismImageLoader2.getFrame(int index) |
PlatformImage |
QuantumToolkit.QuantumImage.getFrame(int index) |
Modifier and Type | Class and Description |
---|---|
class |
Image |
Modifier and Type | Method and Description |
---|---|
PlatformImage |
Image.promoteToWritableImage() |
abstract PlatformImage |
Image.Accessor.promoteToWritableImage() |
PlatformImage |
Image.ScaledAccessor.promoteToWritableImage() |
PlatformImage |
Image.BaseAccessor.promoteToWritableImage() |
PlatformImage |
Image.ByteRgbAccess.promoteToWritableImage() |
Modifier and Type | Field and Description |
---|---|
private PlatformImage[] |
Image.animFrames |
Modifier and Type | Field and Description |
---|---|
private Image.ObjectPropertyImpl<PlatformImage> |
Image.platformImage
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 |
---|---|
(package private) PlatformImage |
Image.getWritablePlatformImage() |
Modifier and Type | Method and Description |
---|---|
(package private) ReadOnlyObjectProperty<PlatformImage> |
Image.acc_platformImageProperty() |
private Image.ObjectPropertyImpl<PlatformImage> |
Image.platformImagePropertyImpl() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Image.setPlatformImage(PlatformImage newPlatformImage) |
private void |
Image.setPlatformImageWH(PlatformImage newPlatformImage,
double newWidth,
double newHeight) |
private void |
Image.storePlatformImageWH(PlatformImage platformImage,
double width,
double height) |