Uses of Enum Class
com.xebisco.yield.texture.TextureFilter
Packages that use TextureFilter
-
Uses of TextureFilter in com.xebisco.yield
Methods in com.xebisco.yield that return TextureFilterModifier and TypeMethodDescriptionAbstractTexture.filter()Returns the filter applied to the texture.Methods in com.xebisco.yield with parameters of type TextureFilterModifier and TypeMethodDescriptionfinal AbstractTextureComponentBehavior.texture(String path, TextureFilter filter) Returns a texture loaded on demand from the specified path and filter.Constructors in com.xebisco.yield with parameters of type TextureFilterModifierConstructorDescriptionprotectedAbstractTexture(String path, TextureFilter filter) Constructs a new AbstractTexture object with the given path and filter.OnDemandTexture(String path, TextureFilter filter, OnDemandTexture.ReturnTextureManager textureManager, OnDemandTexture.ReturnIOManager ioManager) Constructs a newOnDemandTextureinstance with the specified path, filter, andOnDemandTexture.ReturnTextureManager. -
Uses of TextureFilter in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type TextureFilterModifier and TypeMethodDescriptionTextureManager.getTextureFromRegion(int x, int y, int width, int height, TextureFilter filter, SpritesheetTexture spritesheetTexture) -
Uses of TextureFilter in com.xebisco.yield.texture
Methods in com.xebisco.yield.texture that return TextureFilterModifier and TypeMethodDescriptionstatic TextureFilterReturns the enum constant of this class with the specified name.static TextureFilter[]TextureFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.xebisco.yield.texture with parameters of type TextureFilterModifierConstructorDescriptionTexture(Object imageRef, Vector2D size, String path, TextureFilter filter, TextureManager textureManager, FileIOManager ioManager) Constructs a newTextureobject from an image reference and size.Texture(String path, TextureFilter filter, TextureManager textureManager, FileIOManager ioManager) Constructs a newTextureobject from a file path and texture filter.