Uses of Class
org.variantsync.diffdetective.show.engine.Texture
Packages that use Texture
Package
Description
-
Uses of Texture in org.variantsync.diffdetective.show.engine
Methods in org.variantsync.diffdetective.show.engine that return TextureModifier and TypeMethodDescriptionTexture.blackAndWhite()
Texture.bluePart()
Texture.changeColor
(Color from, Color to) Texture.contrast
(int blackTop) static Texture
Texture.CreateFromFile
(String path) Creates a new Texture from the given path.Texture.cut
(int x, int y, int width, int height) Cuts out the given rectangle, meaning, that this rectangle will be filled transparent.Texture.deleteColor
(Color color) GameEngine.dontShowButRenderToTexture()
Texture.greenPart()
static Texture[]
Texture.loadSpriteSheet
(String filename, int xOffset, int yOffset) Texture.negative()
Texture.pixelize
(int pixelLength) Texture.redPart()
Texture.rotate
(double degrees) The size of the returned Texture may be different to the original size, to be able to display the whole rotated image, and not only a part of it.Screen.screenshot()
Methods in org.variantsync.diffdetective.show.engine with parameters of type TextureModifier and TypeMethodDescriptionprivate BufferedImage
void
Texture.drawTexture
(Texture texture, int x, int y) Draws the given Texture onto this Texture at the given location.void
Constructors in org.variantsync.diffdetective.show.engine with parameters of type Texture -
Uses of Texture in org.variantsync.diffdetective.show.engine.entity
Fields in org.variantsync.diffdetective.show.engine.entity declared as TextureMethods in org.variantsync.diffdetective.show.engine.entity with parameters of type TextureConstructors in org.variantsync.diffdetective.show.engine.entity with parameters of type Texture