|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.guide.form.TargetParameter
public class TargetParameter
Parameters for the Graph Target which can be constant values or a post-aggregate calculation
| Constructor Summary | |
|---|---|
TargetParameter()
Convenience empty constructor. |
|
TargetParameter(double constValue)
Convenience constructor with double argument |
|
TargetParameter(Formula formula)
Convenience constructor for non constants |
|
TargetParameter(Formula formula,
double constValue)
Create a new TargetParameter |
|
| Method Summary | |
|---|---|
double |
getConstantValue()
Get the value of the parameter, generally only useful for constant |
Formula |
getFormula()
|
double |
getRuntimeValue(double[] postAggregateData)
Calculate the runtime value of the parameter given the post aggregate data |
void |
setConstantValue(double newValue)
Set the value of the parameter |
void |
setFormula(Formula formula)
Set the formula for calculating the runtime value of the parameter |
String |
toString()
Return a description of the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TargetParameter(double constValue)
public TargetParameter(Formula formula)
public TargetParameter(Formula formula,
double constValue)
formula - constValue - public TargetParameter()
| Method Detail |
|---|
public Formula getFormula()
public double getConstantValue()
public void setConstantValue(double newValue)
newValue - public void setFormula(Formula formula)
formula - the formula to usepublic double getRuntimeValue(double[] postAggregateData)
postAggregateData -
public String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||