public class AverageInterpolation extends Interpolation
限定符和类型 | 字段和说明 |
---|---|
private boolean |
partialCoverage |
private NNearestNeighborInterpolation.Weighted |
weighted |
attributesNumber, method
构造器和说明 |
---|
AverageInterpolation(boolean partialCoverage,
NNearestNeighborInterpolation.Weighted weighted) |
限定符和类型 | 方法和说明 |
---|---|
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
|
boolean |
getPartialCoverage() |
NNearestNeighborInterpolation.Weighted |
getWeighted() |
equals, getAttributesNumber, getMethod, hashCode, toString
private boolean partialCoverage
private NNearestNeighborInterpolation.Weighted weighted
public AverageInterpolation(boolean partialCoverage, NNearestNeighborInterpolation.Weighted weighted)
public boolean getPartialCoverage()
public NNearestNeighborInterpolation.Weighted getWeighted()
NNearestNeighborInterpolation.Weighted
indicating method of weightedpublic 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