Uses of Enum Class
org.openpatch.scratch.TextureSampling
Packages that use TextureSampling
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of TextureSampling in org.openpatch.scratch
Methods in org.openpatch.scratch that return TextureSamplingModifier and TypeMethodDescriptionstatic TextureSamplingWindow.getTextureSampling()Returns how pictures are being smoothed.static TextureSamplingReturns the enum constant of this class with the specified name.static TextureSampling[]TextureSampling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openpatch.scratch with parameters of type TextureSamplingModifier and TypeMethodDescriptionstatic voidWindow.useTextureSampling(TextureSampling sampling) Chooses how pictures are smoothed when they are drawn larger or smaller than they really are.