What is the Sprite?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Sprite?
Rating:
The Sprite is a game API class. It provides animation to a set of image sequence. It allows several transformations such as flip and rotation to an image. Each frame sequence has a unique number, starting from zero. It defines the following three constructors:
- Sprite(Image image): This creates a new non animated Sprite with a specified image.
- Sprite(Image image, int height, int width): This creates a new animated Sprite using frames contained in the given image.
- Sprite(Sprite s): This creates a new Sprite from another Sprite.
Rating:
Was this information helpful?
Other articles
- What is the addRecord() method?
- What is Ticker?
- What is the Gauge class?
- What is the getColor() method?
- What is the recordAdded() method?