Uses of Enum Class
org.miaixz.bus.extra.image.RenderingHintsBuilder.Interpolation
Packages that use RenderingHintsBuilder.Interpolation
-
Uses of RenderingHintsBuilder.Interpolation in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderingHintsBuilder.InterpolationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderingHintsBuilder.Interpolation[]RenderingHintsBuilder.Interpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.image with parameters of type RenderingHintsBuilder.InterpolationModifier and TypeMethodDescriptionRenderingHintsBuilder.setInterpolation(RenderingHintsBuilder.Interpolation interpolation) 设置怎样做内插 在对一个源图像做变形时,变形后的像素很少能够恰好对应目标像素位置。 在这种情况下,每个变形后的像素的颜色值不得不由周围的像素决定。内插就是实现上述过程。