public class UserFileInterpolation extends Interpolation
限定符和类型 | 类和说明 |
---|---|
static class |
UserFileInterpolation.YacLocation
set the location of the data
cell, edge, corner
|
限定符和类型 | 字段和说明 |
---|---|
private java.lang.String |
filename |
private UserFileInterpolation.YacLocation |
yacLocation |
attributesNumber, method
构造器和说明 |
---|
UserFileInterpolation(java.lang.String fileName,
UserFileInterpolation.YacLocation yacLocation) |
限定符和类型 | 方法和说明 |
---|---|
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
|
java.lang.String |
getFilename() |
UserFileInterpolation.YacLocation |
getYacLocation() |
equals, getAttributesNumber, getMethod, hashCode, toString
private java.lang.String filename
private UserFileInterpolation.YacLocation yacLocation
public UserFileInterpolation(java.lang.String fileName, UserFileInterpolation.YacLocation yacLocation)
public java.lang.String getFilename()
public UserFileInterpolation.YacLocation getYacLocation()
UserFileInterpolation.YacLocation
indicating the location of the datapublic 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