Class TextureGraphics
java.lang.Object
org.variantsync.diffdetective.show.engine.EntityComponent
org.variantsync.diffdetective.show.engine.entity.EntityGraphics
org.variantsync.diffdetective.show.engine.entity.TextureGraphics
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D graphics, AffineTransform parentTransform) void
setTexture
(Texture texture) private void
Methods inherited from class org.variantsync.diffdetective.show.engine.EntityComponent
getEntity, setEntity
-
Field Details
-
texture
-
transform
-
-
Constructor Details
-
TextureGraphics
-
-
Method Details
-
updateTransform
private void updateTransform() -
setTexture
-
draw
- Specified by:
draw
in classEntityGraphics
-