org.collada._2005._11.colladaschema
Class VisualScene.EvaluateScene.Render

java.lang.Object
  extended by org.collada._2005._11.colladaschema.VisualScene.EvaluateScene.Render
Enclosing class:
VisualScene.EvaluateScene

public static class VisualScene.EvaluateScene.Render
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="layer" type="{http://www.w3.org/2001/XMLSchema}NCName" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}instance_effect" minOccurs="0"/>
       </sequence>
       <attribute name="camera_node" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String cameraNode
           
protected  InstanceEffect instanceEffect
           
protected  List<JAXBElement<String>> layer
           
 
Constructor Summary
VisualScene.EvaluateScene.Render()
           
 
Method Summary
 String getCameraNode()
          Gets the value of the cameraNode property.
 InstanceEffect getInstanceEffect()
          The instance_effect element specifies which effect to render in this compositing step while evaluating the scene.
 List<JAXBElement<String>> getLayer()
          Gets the value of the layer property.
 void setCameraNode(String value)
          Sets the value of the cameraNode property.
 void setInstanceEffect(InstanceEffect value)
          The instance_effect element specifies which effect to render in this compositing step while evaluating the scene.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layer

protected List<JAXBElement<String>> layer

instanceEffect

protected InstanceEffect instanceEffect

cameraNode

protected String cameraNode
Constructor Detail

VisualScene.EvaluateScene.Render

public VisualScene.EvaluateScene.Render()
Method Detail

getLayer

public List<JAXBElement<String>> getLayer()
Gets the value of the layer 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 layer property.

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

    getLayer().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String>


getInstanceEffect

public InstanceEffect getInstanceEffect()
The instance_effect element specifies which effect to render in this compositing step while evaluating the scene.

Returns:
possible object is InstanceEffect

setInstanceEffect

public void setInstanceEffect(InstanceEffect value)
The instance_effect element specifies which effect to render in this compositing step while evaluating the scene.

Parameters:
value - allowed object is InstanceEffect

getCameraNode

public String getCameraNode()
Gets the value of the cameraNode property.

Returns:
possible object is String

setCameraNode

public void setCameraNode(String value)
Sets the value of the cameraNode property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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