public class NormalMapProps extends TextureMapProps
TextureMapProps.TextureFilter, TextureMapProps.TextureWrapping
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
NormalMapProps() |
NormalMapProps(NormalMapProps props) |
Modifier and Type | Method and Description |
---|---|
NormalMapProps |
clone()
Returns a clone of this composite property.
|
boolean |
equals(NormalMapProps 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(NormalMapProps 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, write
public static PropertyList myProps
public NormalMapProps()
public NormalMapProps(NormalMapProps 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 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 float getScaling()
public void setScaling(float m)
public PropertyMode getScalingMode()
public void setScalingMode(PropertyMode mode)
public void set(NormalMapProps props)
public boolean equals(NormalMapProps 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 NormalMapProps clone()
CompositeProperty
clone
in interface CompositeProperty
clone
in interface Clonable
clone
in class TextureMapProps