|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSurfaceFormatHintCommon
public class FxSurfaceFormatHintCommon
If the exact format cannot be resolve via other methods then the format_hint will describe the important features of the format so that the application may select a compatable or close format
Java class for fx_surface_format_hint_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_format_hint_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="channels" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_format_hint_channels_enum"/>
<element name="range" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_format_hint_range_enum"/>
<element name="precision" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_format_hint_precision_enum" minOccurs="0"/>
<element name="option" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_format_hint_option_enum" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FxSurfaceFormatHintChannelsEnum |
channels
|
protected List<Extra> |
extra
|
protected List<FxSurfaceFormatHintOptionEnum> |
option
|
protected FxSurfaceFormatHintPrecisionEnum |
precision
|
protected FxSurfaceFormatHintRangeEnum |
range
|
| Constructor Summary | |
|---|---|
FxSurfaceFormatHintCommon()
|
|
| Method Summary | |
|---|---|
FxSurfaceFormatHintChannelsEnum |
getChannels()
Gets the value of the channels property. |
List<Extra> |
getExtra()
Gets the value of the extra property. |
List<FxSurfaceFormatHintOptionEnum> |
getOption()
Gets the value of the option property. |
FxSurfaceFormatHintPrecisionEnum |
getPrecision()
Gets the value of the precision property. |
FxSurfaceFormatHintRangeEnum |
getRange()
Gets the value of the range property. |
void |
setChannels(FxSurfaceFormatHintChannelsEnum value)
Sets the value of the channels property. |
void |
setPrecision(FxSurfaceFormatHintPrecisionEnum value)
Sets the value of the precision property. |
void |
setRange(FxSurfaceFormatHintRangeEnum value)
Sets the value of the range property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FxSurfaceFormatHintChannelsEnum channels
protected FxSurfaceFormatHintRangeEnum range
protected FxSurfaceFormatHintPrecisionEnum precision
protected List<FxSurfaceFormatHintOptionEnum> option
protected List<Extra> extra
| Constructor Detail |
|---|
public FxSurfaceFormatHintCommon()
| Method Detail |
|---|
public FxSurfaceFormatHintChannelsEnum getChannels()
FxSurfaceFormatHintChannelsEnumpublic void setChannels(FxSurfaceFormatHintChannelsEnum value)
value - allowed object is
FxSurfaceFormatHintChannelsEnumpublic FxSurfaceFormatHintRangeEnum getRange()
FxSurfaceFormatHintRangeEnumpublic void setRange(FxSurfaceFormatHintRangeEnum value)
value - allowed object is
FxSurfaceFormatHintRangeEnumpublic FxSurfaceFormatHintPrecisionEnum getPrecision()
FxSurfaceFormatHintPrecisionEnumpublic void setPrecision(FxSurfaceFormatHintPrecisionEnum value)
value - allowed object is
FxSurfaceFormatHintPrecisionEnumpublic List<FxSurfaceFormatHintOptionEnum> getOption()
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 option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
FxSurfaceFormatHintOptionEnum
public 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 | |||||||||