org.collada._2005._11.colladaschema
Class FxSamplerDEPTHCommon

java.lang.Object
  extended by org.collada._2005._11.colladaschema.FxSamplerDEPTHCommon
Direct Known Subclasses:
CgSamplerDEPTH, GlSamplerDEPTH

public class FxSamplerDEPTHCommon
extends Object

A texture sampler for depth maps.

Java class for fx_samplerDEPTH_common complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="fx_samplerDEPTH_common">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
         <element name="wrap_s" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler_wrap_common" minOccurs="0"/>
         <element name="wrap_t" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler_wrap_common" minOccurs="0"/>
         <element name="minfilter" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler_filter_common" minOccurs="0"/>
         <element name="magfilter" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler_filter_common" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Extra> extra
           
protected  FxSamplerFilterCommon magfilter
           
protected  FxSamplerFilterCommon minfilter
           
protected  String source
           
protected  FxSamplerWrapCommon wrapS
           
protected  FxSamplerWrapCommon wrapT
           
 
Constructor Summary
FxSamplerDEPTHCommon()
           
 
Method Summary
 List<Extra> getExtra()
          Gets the value of the extra property.
 FxSamplerFilterCommon getMagfilter()
          Gets the value of the magfilter property.
 FxSamplerFilterCommon getMinfilter()
          Gets the value of the minfilter property.
 String getSource()
          Gets the value of the source property.
 FxSamplerWrapCommon getWrapS()
          Gets the value of the wrapS property.
 FxSamplerWrapCommon getWrapT()
          Gets the value of the wrapT property.
 void setMagfilter(FxSamplerFilterCommon value)
          Sets the value of the magfilter property.
 void setMinfilter(FxSamplerFilterCommon value)
          Sets the value of the minfilter property.
 void setSource(String value)
          Sets the value of the source property.
 void setWrapS(FxSamplerWrapCommon value)
          Sets the value of the wrapS property.
 void setWrapT(FxSamplerWrapCommon value)
          Sets the value of the wrapT property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected String source

wrapS

protected FxSamplerWrapCommon wrapS

wrapT

protected FxSamplerWrapCommon wrapT

minfilter

protected FxSamplerFilterCommon minfilter

magfilter

protected FxSamplerFilterCommon magfilter

extra

protected List<Extra> extra
Constructor Detail

FxSamplerDEPTHCommon

public FxSamplerDEPTHCommon()
Method Detail

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getWrapS

public FxSamplerWrapCommon getWrapS()
Gets the value of the wrapS property.

Returns:
possible object is FxSamplerWrapCommon

setWrapS

public void setWrapS(FxSamplerWrapCommon value)
Sets the value of the wrapS property.

Parameters:
value - allowed object is FxSamplerWrapCommon

getWrapT

public FxSamplerWrapCommon getWrapT()
Gets the value of the wrapT property.

Returns:
possible object is FxSamplerWrapCommon

setWrapT

public void setWrapT(FxSamplerWrapCommon value)
Sets the value of the wrapT property.

Parameters:
value - allowed object is FxSamplerWrapCommon

getMinfilter

public FxSamplerFilterCommon getMinfilter()
Gets the value of the minfilter property.

Returns:
possible object is FxSamplerFilterCommon

setMinfilter

public void setMinfilter(FxSamplerFilterCommon value)
Sets the value of the minfilter property.

Parameters:
value - allowed object is FxSamplerFilterCommon

getMagfilter

public FxSamplerFilterCommon getMagfilter()
Gets the value of the magfilter property.

Returns:
possible object is FxSamplerFilterCommon

setMagfilter

public void setMagfilter(FxSamplerFilterCommon value)
Sets the value of the magfilter property.

Parameters:
value - allowed object is FxSamplerFilterCommon

getExtra

public List<Extra> getExtra()
Gets the value of the extra property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extra property.

For example, to add a new item, do as follows:

    getExtra().add(newItem);
 

Objects of the following type(s) are allowed in the list Extra


CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)