Uses of Class
com.xebisco.yield.AbstractTexture
Packages that use AbstractTexture
-
Uses of AbstractTexture in com.xebisco.yield
Subclasses of AbstractTexture in com.xebisco.yieldModifier and TypeClassDescriptionclassTheOnDemandTextureclass extendsAbstractTextureand represents a texture that is loaded on demand.Methods in com.xebisco.yield that return AbstractTextureModifier and TypeMethodDescriptionAnimation.frames()Returns the frames of the animation.AbstractTexture.setImageRef(Object imageRef) Sets the reference to the image object.final AbstractTextureReturns a texture loaded on demand from the specified path with a default linear filter.final AbstractTextureComponentBehavior.texture(String path, TextureFilter filter) Returns a texture loaded on demand from the specified path and filter.Methods in com.xebisco.yield with parameters of type AbstractTextureModifier and TypeMethodDescriptionAnimation.setFrames(AbstractTexture[] frames) Sets the frames of the animation.Constructors in com.xebisco.yield with parameters of type AbstractTextureModifierConstructorDescriptionAnimation(boolean loop, double delay, AbstractTexture... frames) Constructor with customizable loop and delay.Animation(AbstractTexture... frames) Constructor with looping enabled and 0.5-second delay. -
Uses of AbstractTexture in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type AbstractTextureModifier and TypeMethodDescriptionTextureManager.loadTexture(AbstractTexture texture, Vector2D size, FileIOManager ioManager) voidTextureManager.unloadTexture(AbstractTexture texture, FileIOManager ioManager) -
Uses of AbstractTexture in com.xebisco.yield.texture
Subclasses of AbstractTexture in com.xebisco.yield.textureModifier and TypeClassDescriptionclassTheTextureclass represents an image texture and provides methods for processing and manipulating it.Methods in com.xebisco.yield.texture that return AbstractTextureModifier and TypeMethodDescriptionTexturedRectangleMesh.texture()Returns theAbstractTextureobject applied to the mesh.Methods in com.xebisco.yield.texture with parameters of type AbstractTextureModifier and TypeMethodDescriptionTexturedRectangleMesh.setTexture(AbstractTexture texture) Sets the texture applied to the mesh.