public class FixedValueInterpolation extends Interpolation
限定符和类型 | 字段和说明 |
---|---|
private double |
userValue |
attributesNumber, method
构造器和说明 |
---|
FixedValueInterpolation(double userValue) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getAttributeName(int index)
get attribute name by the order of index
|
java.lang.String |
getAttributeValue(int index)
get attribute value by the order of index
|
double |
getUserValue() |
equals, getAttributesNumber, getMethod, hashCode, toString
public double getUserValue()
public java.lang.String getAttributeName(int index)
getAttributeName
在类中 Interpolation
index
- the order of attributes on the panelpublic java.lang.String getAttributeValue(int index)
getAttributeValue
在类中 Interpolation
index
- the order of attributes on the panel