Curve
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The curve.
Constructors
| Constructor | Description |
|---|---|
| Curve() |
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. |
| setSid(String value) | Gets or sets the sid. |
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
Curve()
public Curve()
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.
Returns: String
setSid(String value)
public final void setSid(String value)
Gets or sets the sid.
getName()
public final String getName()
Gets or sets the name.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name.