Uses of Class
javafx.scene.image.PixelFormat.Type
-
Packages that use PixelFormat.Type 软件包 描述 javafx.scene.image 提供加载和显示图像的一组类。 -
-
Uses of PixelFormat.Type in javafx.scene.image
Methods in javafx.scene.image that return PixelFormat.Type Modifier and Type 方法 描述 PixelFormat.TypePixelFormat. getType()返回表示此PixelFormat对象管理的像素的存储格式的枚举。static PixelFormat.TypePixelFormat.Type. valueOf(String name)以指定的名称返回此类型的枚举常量。static PixelFormat.Type[]PixelFormat.Type. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-