Collada
Inheritance: java.lang.Object, ColladaElement
The COLLADA element declares the root of the document that comprises some of the content in the COLLADA schema.
Constructors
| Constructor | Description |
|---|---|
| Collada() | Initializes a new instance of the Collada class. |
Methods
| Method | Description |
|---|---|
| getAsset() | Gets or sets the asset element. |
| setAsset(Asset value) | Gets or sets the asset element. |
| getItems() | Gets or sets the libraries items. |
| setItems(Object[] value) | Gets or sets the libraries items. |
| getScene() | Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools. |
| setScene(Scene value) | Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
| getVersion() | Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute. |
| setVersion(String value) | Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute. |
| getBase() | Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document. |
| setBase(String value) | Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document. |
Collada()
public Collada()
Initializes a new instance of the Collada class.
getAsset()
public final Asset getAsset()
Gets or sets the asset element.
Returns: Asset
setAsset(Asset value)
public final void setAsset(Asset value)
Gets or sets the asset element.
getItems()
public final Object[] getItems()
Gets or sets the libraries items.
Returns: Object[]
setItems(Object[] value)
public final void setItems(Object[] value)
Gets or sets the libraries items.
getScene()
public final Scene getScene()
Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.
Returns: Scene
setScene(Scene value)
public final void setScene(Scene value)
Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.
getVersion()
public final String getVersion()
Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.
Returns: String
setVersion(String value)
public final void setVersion(String value)
Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.
getBase()
public final String getBase()
Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.
Returns: String
setBase(String value)
public final void setBase(String value)
Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.