What is the Gauge class?
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 Gauge class?
Rating:
The Gauge class is a subclass of the Item class. It defines methods to create animated progress bar. This progress bar graphically depicts the status of a process. The following syntax is used to create an instance of the Gauge class:
Here, the Label parameter defines the caption displayed on the screen with the gauge.
The Val parameter defines whether or not the gauge is interactive. A boolean true indicates that the gauge is interactive, and a boolean false indicates that the gauge is non interactive.
The Max parameter defines the maximum value of the gauge.
The Min parameter defines the minimum value of the gauge.
Rating:
Was this information helpful?
Other articles
- What is the getNumRecords() method?
- What is JTWI?
- What is the receive() method?
- What is the addRecord() method?
- What is a JAD file?