public interface Unit
Modifier and Type | Method and Description |
---|---|
void |
dump()
Dumps this unit.
|
java.lang.String |
getName()
Returns the name of this Unit.
|
Sample |
getNearestSample(float index)
Retrieves the nearest sample.
|
int |
getSize()
Returns the size of this unit.
|
java.lang.String getName()
int getSize()
Sample getNearestSample(float index)
index
- the ideal indexvoid dump()