Package org.jboss.hal.ballroom.chart
Class Utilization
- java.lang.Object
-
- org.jboss.hal.ballroom.chart.Utilization
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public class Utilization extends Object implements org.jboss.elemento.IsElement
The Utilization chart can be used to show a visual relationship between the total available amount of a resource, and the percentage of that resource that has been utilized.
-
-
Constructor Summary
Constructors Constructor Description Utilization(String label, String unit, boolean inline, boolean thresholds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementelement()voidsetDisabled(boolean disabled)voidupdate(long current)voidupdate(long current, long total)
-