What are the ImageItem constants?
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 are the ImageItem constants?
Rating:
The ImageItem constants, defined by the ImageItem class, specify the layout of the image created. These constants are listed below with their description:
- LAYOUT_DEFAULT: It uses the device's default layout.
- LAYOUT_LEFT: It aligns the specified image to the left margin of the display.
- LAYOUT_RIGHT: It aligns the specified image to the right margin of the display.
- LAYOUT_CENTER: It places the image in the center.
- LAYOUT_NEWLINE_BEFORE: A new line is created before the image is created.
- LAYOUT_NEWLINE_AFTER: A new line is drawn after the image is created.
Rating:
Was this information helpful?
Other articles
- What is the for loop?
- What is the getTimeout() method?
- What is Generic Connection Framework?
- What is the numRecords() method?
- What is WMA?
