|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.graph.impl.ContextDependentBase de.grogra.imp3d.objects.HeightField de.grogra.imp3d.objects.ImageHeightField
public class ImageHeightField
Nested Class Summary | |
---|---|
static class |
ImageHeightField.Type
|
Field Summary | |
---|---|
static ImageHeightField.Type |
$TYPE
|
static SCOType.Field |
image$FIELD
|
Fields inherited from class de.grogra.imp3d.objects.HeightField |
---|
mapping$FIELD |
Constructor Summary | |
---|---|
ImageHeightField()
|
Method Summary | |
---|---|
float |
getHeight(int x,
int y,
GraphState gs)
|
ImageAdapter |
getImage()
|
ManageableType |
getManageableType()
|
int |
getUSize(GraphState gs)
|
int |
getVSize(GraphState gs)
|
void |
setImage(ImageAdapter value)
|
Methods inherited from class de.grogra.imp3d.objects.HeightField |
---|
dependsOnContext, getDimension, getMapping, getVertex, getVertexIndex, isRational, setMapping |
Methods inherited from class de.grogra.graph.impl.ContextDependentBase |
---|
writeStamp |
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 |
Methods inherited from interface de.grogra.graph.ContextDependent |
---|
writeStamp |
Field Detail |
---|
public static final ImageHeightField.Type $TYPE
public static final SCOType.Field image$FIELD
Constructor Detail |
---|
public ImageHeightField()
Method Detail |
---|
public float getHeight(int x, int y, GraphState gs)
getHeight
in class HeightField
public ImageAdapter getImage()
public ManageableType getManageableType()
public int getUSize(GraphState gs)
public int getVSize(GraphState gs)
public void setImage(ImageAdapter value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |