|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSurfaceCommon
public class FxSurfaceCommon
The fx_surface_common type is used to declare a resource that can be used both as the source for texture samples and as the target of a rendering pass.
Java class for fx_surface_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_init_common" minOccurs="0"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="format_hint" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_format_hint_common" minOccurs="0"/>
<choice minOccurs="0">
<element name="size" type="{http://www.collada.org/2005/11/COLLADASchema}int3"/>
<element name="viewport_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}float2"/>
</choice>
<element name="mip_levels" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="mipmap_generate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_type_enum" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Extra> |
extra
|
protected String |
format
|
protected FxSurfaceFormatHintCommon |
formatHint
|
protected Object |
initAsNull
|
protected Object |
initAsTarget
|
protected FxSurfaceInitCubeCommon |
initCube
|
protected List<FxSurfaceInitFromCommon> |
initFrom
|
protected FxSurfaceInitPlanarCommon |
initPlanar
|
protected FxSurfaceInitVolumeCommon |
initVolume
|
protected Long |
mipLevels
|
protected Boolean |
mipmapGenerate
|
protected List<Long> |
size
|
protected String |
type
|
protected List<Double> |
viewportRatio
|
| Constructor Summary | |
|---|---|
FxSurfaceCommon()
|
|
| Method Summary | |
|---|---|
List<Extra> |
getExtra()
Gets the value of the extra property. |
String |
getFormat()
Gets the value of the format property. |
FxSurfaceFormatHintCommon |
getFormatHint()
Gets the value of the formatHint property. |
Object |
getInitAsNull()
Gets the value of the initAsNull property. |
Object |
getInitAsTarget()
Gets the value of the initAsTarget property. |
FxSurfaceInitCubeCommon |
getInitCube()
Gets the value of the initCube property. |
List<FxSurfaceInitFromCommon> |
getInitFrom()
Gets the value of the initFrom property. |
FxSurfaceInitPlanarCommon |
getInitPlanar()
Gets the value of the initPlanar property. |
FxSurfaceInitVolumeCommon |
getInitVolume()
Gets the value of the initVolume property. |
Long |
getMipLevels()
Gets the value of the mipLevels property. |
List<Long> |
getSize()
Gets the value of the size property. |
String |
getType()
Gets the value of the type property. |
List<Double> |
getViewportRatio()
Gets the value of the viewportRatio property. |
Boolean |
isMipmapGenerate()
Gets the value of the mipmapGenerate property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setFormatHint(FxSurfaceFormatHintCommon value)
Sets the value of the formatHint property. |
void |
setInitAsNull(Object value)
Sets the value of the initAsNull property. |
void |
setInitAsTarget(Object value)
Sets the value of the initAsTarget property. |
void |
setInitCube(FxSurfaceInitCubeCommon value)
Sets the value of the initCube property. |
void |
setInitPlanar(FxSurfaceInitPlanarCommon value)
Sets the value of the initPlanar property. |
void |
setInitVolume(FxSurfaceInitVolumeCommon value)
Sets the value of the initVolume property. |
void |
setMipLevels(Long value)
Sets the value of the mipLevels property. |
void |
setMipmapGenerate(Boolean value)
Sets the value of the mipmapGenerate property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object initAsNull
protected Object initAsTarget
protected FxSurfaceInitCubeCommon initCube
protected FxSurfaceInitVolumeCommon initVolume
protected FxSurfaceInitPlanarCommon initPlanar
protected List<FxSurfaceInitFromCommon> initFrom
protected String format
protected FxSurfaceFormatHintCommon formatHint
protected List<Long> size
protected List<Double> viewportRatio
protected Long mipLevels
protected Boolean mipmapGenerate
protected List<Extra> extra
protected String type
| Constructor Detail |
|---|
public FxSurfaceCommon()
| Method Detail |
|---|
public Object getInitAsNull()
Objectpublic void setInitAsNull(Object value)
value - allowed object is
Objectpublic Object getInitAsTarget()
Objectpublic void setInitAsTarget(Object value)
value - allowed object is
Objectpublic FxSurfaceInitCubeCommon getInitCube()
FxSurfaceInitCubeCommonpublic void setInitCube(FxSurfaceInitCubeCommon value)
value - allowed object is
FxSurfaceInitCubeCommonpublic FxSurfaceInitVolumeCommon getInitVolume()
FxSurfaceInitVolumeCommonpublic void setInitVolume(FxSurfaceInitVolumeCommon value)
value - allowed object is
FxSurfaceInitVolumeCommonpublic FxSurfaceInitPlanarCommon getInitPlanar()
FxSurfaceInitPlanarCommonpublic void setInitPlanar(FxSurfaceInitPlanarCommon value)
value - allowed object is
FxSurfaceInitPlanarCommonpublic List<FxSurfaceInitFromCommon> getInitFrom()
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 initFrom property.
For example, to add a new item, do as follows:
getInitFrom().add(newItem);
Objects of the following type(s) are allowed in the list
FxSurfaceInitFromCommon
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic FxSurfaceFormatHintCommon getFormatHint()
FxSurfaceFormatHintCommonpublic void setFormatHint(FxSurfaceFormatHintCommon value)
value - allowed object is
FxSurfaceFormatHintCommonpublic List<Long> getSize()
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 size property.
For example, to add a new item, do as follows:
getSize().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Double> getViewportRatio()
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 viewportRatio property.
For example, to add a new item, do as follows:
getViewportRatio().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Long getMipLevels()
Longpublic void setMipLevels(Long value)
value - allowed object is
Longpublic Boolean isMipmapGenerate()
Booleanpublic void setMipmapGenerate(Boolean value)
value - allowed object is
Booleanpublic 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
public String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||