org.collada._2005._11.colladaschema
Class CommonTransparentType
java.lang.Object
org.collada._2005._11.colladaschema.CommonColorOrTextureType
org.collada._2005._11.colladaschema.CommonTransparentType
public class CommonTransparentType
- extends CommonColorOrTextureType
Java class for common_transparent_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="common_transparent_type">
<complexContent>
<extension base="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type">
<attribute name="opaque" type="{http://www.collada.org/2005/11/COLLADASchema}fx_opaque_enum" default="A_ONE" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
opaque
protected FxOpaqueEnum opaque
CommonTransparentType
public CommonTransparentType()
getOpaque
public FxOpaqueEnum getOpaque()
- Gets the value of the opaque property.
- Returns:
- possible object is
FxOpaqueEnum
setOpaque
public void setOpaque(FxOpaqueEnum value)
- Sets the value of the opaque property.
- Parameters:
value - allowed object is
FxOpaqueEnum
CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)