| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.persistence.ShareableBase
de.grogra.imp3d.objects.HeightFieldMapping
de.grogra.imp3d.objects.RectangularHeightFieldMapping
public class RectangularHeightFieldMapping
| Nested Class Summary | |
|---|---|
| static class | RectangularHeightFieldMapping.Type | 
| Field Summary | |
|---|---|
| static RectangularHeightFieldMapping.Type | $TYPE | 
| static SCOType.Field | xWidth$FIELD | 
| static SCOType.Field | yWidth$FIELD | 
| Fields inherited from class de.grogra.imp3d.objects.HeightFieldMapping | 
|---|
| scale$FIELD, water$FIELD, zeroLevel$FIELD | 
| Constructor Summary | |
|---|---|
| RectangularHeightFieldMapping() | |
| Method Summary | |
|---|---|
|  ManageableType | getManageableType() | 
|  float | getXWidth() | 
|  float | getYWidth() | 
|  void | map(int x,
    int y,
    int sx,
    int sy,
    float height,
    Tuple3f out) | 
|  void | setXWidth(float value) | 
|  void | setYWidth(float value) | 
| Methods inherited from class de.grogra.imp3d.objects.HeightFieldMapping | 
|---|
| getScale, getZeroLevel, isWater, setScale, setWater, setZeroLevel | 
| Methods inherited from class de.grogra.persistence.ShareableBase | 
|---|
| addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final RectangularHeightFieldMapping.Type $TYPE
public static final SCOType.Field xWidth$FIELD
public static final SCOType.Field yWidth$FIELD
| Constructor Detail | 
|---|
public RectangularHeightFieldMapping()
| Method Detail | 
|---|
public ManageableType getManageableType()
public float getXWidth()
public float getYWidth()
public void map(int x,
                int y,
                int sx,
                int sy,
                float height,
                Tuple3f out)
map in class HeightFieldMappingpublic void setXWidth(float value)
public void setYWidth(float value)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||