Class AnimationFrame
java.lang.Object
itumulator.display.animation.components.AnimationFrame
A class representing the drawing of a single object for a single frame (using 
ObjectInformation).- 
Constructor SummaryConstructorsConstructorDescriptionAnimationFrame(ObjectInformation oi, Point2DInt pixelPoint) AnimationFrame(ObjectInformation oi, Point2DInt pixelPoint, int opacity) AnimationFrame(BufferedImage img, Point2DInt pixelPoint) 
- 
Method Summary
- 
Constructor Details- 
AnimationFrame
- 
AnimationFrame
- 
AnimationFrame
 
- 
- 
Method Details- 
drawDraws the part of the frame on a graphics element associated to the object it represents.- Parameters:
- g-
 
 
-