public class BumpMapProps extends TextureMapProps
TextureMapProps.TextureFilter, TextureMapProps.TextureWrapping| Modifier and Type | Field and Description |
|---|---|
static PropertyList |
myProps |
| Constructor and Description |
|---|
BumpMapProps() |
BumpMapProps(BumpMapProps props) |
| Modifier and Type | Method and Description |
|---|---|
BumpMapProps |
clone()
Returns a clone of this composite property.
|
boolean |
equals(BumpMapProps props) |
boolean |
equals(java.lang.Object obj) |
boolean |
equals(TextureMapProps obj) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
Property |
getProperty(java.lang.String name)
Returns a property associated with a specified path name.
|
float |
getScaling() |
PropertyMode |
getScalingMode() |
void |
set(BumpMapProps props) |
void |
setScaling(float m) |
void |
setScalingMode(PropertyMode mode) |
java.lang.String |
toString() |
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, writepublic static PropertyList myProps
public BumpMapProps()
public BumpMapProps(BumpMapProps props)
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 HasPropertiesgetProperty in class TextureMapPropsname - name of the desired property or sub-propertypublic PropertyList getAllPropertyInfo()
HasPropertiesgetAllPropertyInfo in interface HasPropertiesgetAllPropertyInfo in class TextureMapPropspublic float getScaling()
public void setScaling(float m)
public PropertyMode getScalingMode()
public void setScalingMode(PropertyMode mode)
public void set(BumpMapProps props)
public boolean equals(BumpMapProps props)
public boolean equals(TextureMapProps obj)
equals in class TextureMapPropspublic boolean equals(java.lang.Object obj)
equals in class TextureMapPropspublic java.lang.String toString()
toString in class TextureMapPropspublic BumpMapProps clone()
CompositePropertyclone in interface CompositePropertyclone in interface Clonableclone in class TextureMapProps