public class SurfaceProperties extends OpenSimObject
Modifier and Type | Class and Description |
---|---|
static class |
SurfaceProperties.Representation |
Constructor and Description |
---|
SurfaceProperties() |
Modifier and Type | Method and Description |
---|---|
SurfaceProperties |
clone() |
SurfaceProperties.Representation |
getRepresentation() |
java.lang.String |
getTexture() |
void |
setRepresentation(SurfaceProperties.Representation rep) |
void |
setTexture(java.lang.String tex) |
public SurfaceProperties.Representation getRepresentation()
public void setRepresentation(SurfaceProperties.Representation rep)
public java.lang.String getTexture()
public void setTexture(java.lang.String tex)
public SurfaceProperties clone()
clone
in interface Clonable
clone
in class OpenSimObject