Class ImageRenderer
java.lang.Object
dev.prozilla.pine.core.component.Component
dev.prozilla.pine.core.component.canvas.ImageRenderer
- All Implemented Interfaces:
Lifecycle
,Printable
,ComponentFinder
,EntityFinder
A component for rendering images on the canvas.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe size at which the image is rendered on the canvas. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.core.component.Component
equals, getCamera, getChildWithTag, getComponent, getComponentInParent, getComponentInParent, getComponents, getComponentsInChildren, getEntity, getInput, getLogger, getParentWithTag, getRenderer, getTimer, getTracker, getTransform, getWindow, getWorld, hashCode, setActive, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
image
-
color
-
size
The size at which the image is rendered on the canvas. -
regionOffset
-
regionSize
-
-
Constructor Details
-
ImageRenderer
-
ImageRenderer
-
-
Method Details