public class TextureMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
dirty |
private Image |
image |
private Texture |
texture |
private PhongMaterial.MapType |
type |
Constructor and Description |
---|
TextureMap(PhongMaterial.MapType type) |
Modifier and Type | Method and Description |
---|---|
Image |
getImage() |
Texture |
getTexture() |
PhongMaterial.MapType |
getType() |
boolean |
isDirty() |
void |
setDirty(boolean dirty) |
void |
setImage(Image image) |
void |
setTexture(Texture texture) |
private final PhongMaterial.MapType type
private Image image
private Texture texture
private boolean dirty
public TextureMap(PhongMaterial.MapType type)
public PhongMaterial.MapType getType()
public Image getImage()
public void setImage(Image image)
public Texture getTexture()
public void setTexture(Texture texture)
public boolean isDirty()
public void setDirty(boolean dirty)