|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.chart.bo.charttypes.utils.KpiInterval
public class KpiInterval
* @author Giulio Gavardi giulio.gavardi@eng.it
Constructor Summary | |
---|---|
KpiInterval()
Instantiates a new kpi interval. |
|
KpiInterval(double min,
double max,
java.awt.Color color)
Instantiates a new kpi interval. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Gets the color. |
java.lang.String |
getLabel()
Gets the label. |
double |
getMax()
Gets the max. |
double |
getMin()
Gets the min. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setMax(double max)
Sets the max. |
void |
setMin(double min)
Sets the min. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KpiInterval()
public KpiInterval(double min, double max, java.awt.Color color)
min
- the minmax
- the maxcolor
- the colorMethod Detail |
---|
public double getMin()
public void setMin(double min)
min
- the new minpublic double getMax()
public void setMax(double max)
max
- the new maxpublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- the new colorpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new label
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |