it.eng.spagobi.engines.chart.bo.charttypes.utils
Class TargetThreshold
java.lang.Object
it.eng.spagobi.engines.chart.bo.charttypes.utils.TargetThreshold
public class TargetThreshold
- extends java.lang.Object
Constructor Summary |
TargetThreshold(java.lang.String parameterValue)
|
TargetThreshold(java.lang.String name,
java.lang.Double value,
java.awt.Color color,
boolean main,
boolean visible)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetThreshold
public TargetThreshold(java.lang.String name,
java.lang.Double value,
java.awt.Color color,
boolean main,
boolean visible)
TargetThreshold
public TargetThreshold(java.lang.String parameterValue)
- Parameters:
parameterValue:
- a string in the form [name: nome, color: #FF0000, value: 2.0, main: false]
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.Double getValue()
setValue
public void setValue(java.lang.Double value)
getColor
public java.awt.Color getColor()
setColor
public void setColor(java.awt.Color color)
isMain
public boolean isMain()
setMain
public void setMain(boolean main)
isTarget
public boolean isTarget()
setTarget
public void setTarget(boolean isTarget)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)