public class Appearance extends OpenSimObject
Constructor and Description |
---|
Appearance() |
Modifier and Type | Method and Description |
---|---|
Appearance |
clone() |
RenderProps |
createRenderProps() |
java.awt.Color |
getColor() |
double |
getOpacity() |
SurfaceProperties |
getSurfaceProperties() |
boolean |
isVisible() |
void |
setColor(java.awt.Color color) |
void |
setOpacity(double opacity) |
void |
setSurfaceProperties(SurfaceProperties surfaceProperties) |
void |
setVisible(boolean visible) |
void |
updateRenderProps(RenderProps rprops) |
public boolean isVisible()
public void setVisible(boolean visible)
public double getOpacity()
public void setOpacity(double opacity)
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public SurfaceProperties getSurfaceProperties()
public void setSurfaceProperties(SurfaceProperties surfaceProperties)
public void updateRenderProps(RenderProps rprops)
public RenderProps createRenderProps()
public Appearance clone()
clone
in interface Clonable
clone
in class OpenSimObject