Surface
Inheritance: java.lang.Object, ColladaElement
The surface. A surface defines the attributes of a surface element. With rotate and translate the surface can be positioned to its right location.
Constructors
| Constructor | Description |
|---|---|
| Surface() |
Methods
| Method | Description |
|---|---|
| getItem() | Gets or sets the item. |
| setItem(Object value) | Gets or sets the item. |
| getOrient() | Gets or sets the orient. Describes the orientation of the object frame. |
| setOrient(Orient[] value) | Gets or sets the orient. Describes the orientation of the object frame. |
| getOrigin() | Gets or sets the origin. Describes the origin of the object frame. |
| setOrigin(Origin value) | Gets or sets the origin. Describes the origin of the object frame. |
| getSid() | Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional. |
| setSid(String value) | Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional. |
| getName() | Gets or sets the name. The text string name of the element. Optional. |
| setName(String value) | Gets or sets the name. The text string name of the element. Optional. |
Surface()
public Surface()
getItem()
public final Object getItem()
Gets or sets the item.
Returns: Object
setItem(Object value)
public final void setItem(Object value)
Gets or sets the item.
getOrient()
public final Orient[] getOrient()
Gets or sets the orient. Describes the orientation of the object frame.
Returns: Orient[]
setOrient(Orient[] value)
public final void setOrient(Orient[] value)
Gets or sets the orient. Describes the orientation of the object frame.
getOrigin()
public final Origin getOrigin()
Gets or sets the origin. Describes the origin of the object frame.
Returns: Origin
setOrigin(Origin value)
public final void setOrigin(Origin value)
Gets or sets the origin. Describes the origin of the object frame.
getSid()
public final String getSid()
Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.
Returns: String
setSid(String value)
public final void setSid(String value)
Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.
getName()
public final String getName()
Gets or sets the name. The text string name of the element. Optional.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name. The text string name of the element. Optional.