|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSampler1DCommon
public class FxSampler1DCommon
A one-dimensional texture sampler.
Java class for fx_sampler1D_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_sampler1D_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="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 name="mipfilter" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler_filter_common" minOccurs="0"/>
<element name="border_color" type="{http://www.collada.org/2005/11/COLLADASchema}fx_color_common" minOccurs="0"/>
<element name="mipmap_maxlevel" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="mipmap_bias" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Double> |
borderColor
|
protected List<Extra> |
extra
|
protected FxSamplerFilterCommon |
magfilter
|
protected FxSamplerFilterCommon |
minfilter
|
protected FxSamplerFilterCommon |
mipfilter
|
protected Float |
mipmapBias
|
protected Short |
mipmapMaxlevel
|
protected String |
source
|
protected FxSamplerWrapCommon |
wrapS
|
| Constructor Summary | |
|---|---|
FxSampler1DCommon()
|
|
| Method Summary | |
|---|---|
List<Double> |
getBorderColor()
Gets the value of the borderColor property. |
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. |
FxSamplerFilterCommon |
getMipfilter()
Gets the value of the mipfilter property. |
Float |
getMipmapBias()
Gets the value of the mipmapBias property. |
Short |
getMipmapMaxlevel()
Gets the value of the mipmapMaxlevel property. |
String |
getSource()
Gets the value of the source property. |
FxSamplerWrapCommon |
getWrapS()
Gets the value of the wrapS property. |
void |
setMagfilter(FxSamplerFilterCommon value)
Sets the value of the magfilter property. |
void |
setMinfilter(FxSamplerFilterCommon value)
Sets the value of the minfilter property. |
void |
setMipfilter(FxSamplerFilterCommon value)
Sets the value of the mipfilter property. |
void |
setMipmapBias(Float value)
Sets the value of the mipmapBias property. |
void |
setMipmapMaxlevel(Short value)
Sets the value of the mipmapMaxlevel property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setWrapS(FxSamplerWrapCommon value)
Sets the value of the wrapS property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String source
protected FxSamplerWrapCommon wrapS
protected FxSamplerFilterCommon minfilter
protected FxSamplerFilterCommon magfilter
protected FxSamplerFilterCommon mipfilter
protected List<Double> borderColor
protected Short mipmapMaxlevel
protected Float mipmapBias
protected List<Extra> extra
| Constructor Detail |
|---|
public FxSampler1DCommon()
| Method Detail |
|---|
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic FxSamplerWrapCommon getWrapS()
FxSamplerWrapCommonpublic void setWrapS(FxSamplerWrapCommon value)
value - allowed object is
FxSamplerWrapCommonpublic FxSamplerFilterCommon getMinfilter()
FxSamplerFilterCommonpublic void setMinfilter(FxSamplerFilterCommon value)
value - allowed object is
FxSamplerFilterCommonpublic FxSamplerFilterCommon getMagfilter()
FxSamplerFilterCommonpublic void setMagfilter(FxSamplerFilterCommon value)
value - allowed object is
FxSamplerFilterCommonpublic FxSamplerFilterCommon getMipfilter()
FxSamplerFilterCommonpublic void setMipfilter(FxSamplerFilterCommon value)
value - allowed object is
FxSamplerFilterCommonpublic List<Double> getBorderColor()
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 borderColor property.
For example, to add a new item, do as follows:
getBorderColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Short getMipmapMaxlevel()
Shortpublic void setMipmapMaxlevel(Short value)
value - allowed object is
Shortpublic Float getMipmapBias()
Floatpublic void setMipmapBias(Float value)
value - allowed object is
Floatpublic List<Extra> getExtra()
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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||