Package org.jboss.hal.ballroom.chart
Class Donut
- java.lang.Object
-
- org.jboss.hal.ballroom.chart.Donut
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>,Attachable
public class Donut extends Object implements org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>, Attachable
Chart to show the relationship of a set of values to a whole.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDonut.Builderstatic classDonut.Legend
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()voiddetach()elemental2.dom.HTMLElementelement()voidresize(int width)voidupdate(Map<String,Long> data)
-
-
-
Method Detail
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable
-
detach
public void detach()
- Specified by:
detachin interfaceAttachable
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
-
resize
public void resize(int width)
-
-