public class ColorMapProps extends TextureMapProps
TextureMapProps.TextureFilter, TextureMapProps.TextureWrapping
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
ColorMapProps() |
ColorMapProps(ColorMapProps props) |
ColorMapProps(TextureContent content) |
dispose, getBorderColor, getBorderColorMode, getContent, getEnabledMode, getFileName, getFileNameMode, getMagFilter, getMagFilterMode, getMinFilter, getMinFilterMode, getPropertyHost, getPropertyInfo, getSWrapping, getSWrappingMode, getTWrapping, getTWrappingMode, isEnabled, isWritable, scan, set, setBorderColor, setBorderColorMode, setContent, setEnabled, setEnabledMode, setFileName, setFileNameMode, setMagFilter, setMagFilterMode, setMinFilter, setMinFilterMode, setPropertyHost, setPropertyInfo, setSWrapping, setSWrappingMode, setTWrapping, setTWrappingMode, textureFileExists, write
public static PropertyList myProps
public ColorMapProps()
public ColorMapProps(ColorMapProps props)
public ColorMapProps(TextureContent content)
public Property getProperty(java.lang.String name)
HasProperties
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.getProperty
in interface HasProperties
getProperty
in class TextureMapProps
name
- name of the desired property or sub-propertypublic PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class TextureMapProps
public Renderer.ColorMixing getColorMixing()
public void setColorMixing(Renderer.ColorMixing m)
public PropertyMode getColorMixingMode()
public void setColorMixingMode(PropertyMode mode)
public boolean getDiffuseColoring()
public void setDiffuseColoring(boolean set)
public PropertyMode getDiffuseColoringMode()
public void setDiffuseColoringMode(PropertyMode mode)
public boolean getSpecularColoring()
public void setSpecularColoring(boolean set)
public PropertyMode getSpecularColoringMode()
public void setSpecularColoringMode(PropertyMode mode)
public boolean getEmissionColoring()
public void setEmissionColoring(boolean set)
public PropertyMode getEmissionColoringMode()
public void setEmissionColoringMode(PropertyMode mode)
public void set(ColorMapProps props)
public boolean equals(ColorMapProps props)
public boolean equals(TextureMapProps obj)
equals
in class TextureMapProps
public boolean equals(java.lang.Object obj)
equals
in class TextureMapProps
public java.lang.String toString()
toString
in class TextureMapProps
public ColorMapProps clone()
CompositeProperty
clone
in interface CompositeProperty
clone
in interface Clonable
clone
in class TextureMapProps