Uses of Enum Class
javafx.scene.image.PixelFormat.Type
Package
Description
Provides the set of classes for loading and displaying images.
-
Uses of PixelFormat.Type in javafx.scene.image
Modifier and TypeMethodDescriptionPixelFormat.getType()
Returns the enum representing the storage format of the pixels managed by thisPixelFormat
object.static PixelFormat.Type
Returns the enum constant of this class with the specified name.static PixelFormat.Type[]
PixelFormat.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.