public class PieSectorApiBean
extends java.lang.Object
| Constructor and Description |
|---|
PieSectorApiBean(PieSector sector)
Constructor by copy.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor()
Getter accessor for attribute 'color'.
|
java.lang.String |
getLabel()
Getter accessor for attribute 'label'.
|
double |
getValue()
Getter accessor for attribute 'value'.
|
void |
setColor(java.lang.String color)
Setter accessor for attribute 'color'.
|
void |
setLabel(java.lang.String label)
Setter accessor for attribute 'label'.
|
void |
setValue(double value)
Setter accessor for attribute 'value'.
|
public PieSectorApiBean(PieSector sector)
sector - sector.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - new value for 'label 'public double getValue()
public void setValue(double value)
value - new value for 'value 'public java.lang.String getColor()
public void setColor(java.lang.String color)
color - new value for 'color 'Copyright © 2013-2015 Ff4J. All Rights Reserved.