|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--sexi.util.ValueMap
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
ValueMap()
|
Method Summary | |
Point3f[] |
getPointMap()
|
double |
getValue(Point3f p)
|
void |
putValue(Point3f p,
double value)
|
Methods inherited from class java.util.HashMap |
|
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public ValueMap()
Method Detail |
public void putValue(Point3f p, double value)
public double getValue(Point3f p)
public Point3f[] getPointMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |