Class DataSet
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.data.DataSet
-
public class DataSet extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getBackgroundColor()int[]getData()StringgetLabel()voidsetBackgroundColor(String backgroundColor)voidsetBackgroundColor(String[] backgroundColors)voidsetData(int[] data)voidsetLabel(String label)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
getBackgroundColor
public String[] getBackgroundColor()
-
getData
public int[] getData()
-
setLabel
public void setLabel(String label)
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
-
setBackgroundColor
public void setBackgroundColor(String[] backgroundColors)
-
setData
public void setData(int[] data)
-
-