Java class for fx_sampler_wrap_common.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_sampler_wrap_common">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="NONE"/>
<enumeration value="WRAP"/>
<enumeration value="MIRROR"/>
<enumeration value="CLAMP"/>
<enumeration value="BORDER"/>
</restriction>
</simpleType>
|