Uses of Class
com.xebisco.yield.texture.Texture
Packages that use Texture
-
Uses of Texture in com.xebisco.yield
Methods in com.xebisco.yield that return TextureMethods in com.xebisco.yield with parameters of type TextureModifier and TypeMethodDescriptionApplication.setDefaultTexture(Texture defaultTexture) Sets the default texture. -
Uses of Texture in com.xebisco.yield.font
Methods in com.xebisco.yield.font that return TextureModifier and TypeMethodDescriptionFontCharacter.texture()Returns the value of thetexturerecord component.Constructors in com.xebisco.yield.font with parameters of type TextureModifierConstructorDescriptionFontCharacter(Texture texture, int top, int advance) Creates an instance of aFontCharacterrecord class. -
Uses of Texture in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager that return TextureModifier and TypeMethodDescriptionTextureManager.getTextureFromRegion(int x, int y, int width, int height, TextureFilter filter, SpritesheetTexture spritesheetTexture) Methods in com.xebisco.yield.manager with parameters of type TextureModifier and TypeMethodDescriptionvoidGraphicsManager.updateWindowIcon(Texture icon, FileIOManager ioManager) This function updates the icon the window using a texture.