public class Curve extends ColladaElement
The curve.
Constructor and Description |
---|
Curve() |
Modifier and Type | Method and Description |
---|---|
Object |
getItem()
Gets or sets the item.
|
String |
getName()
Gets or sets the name.
|
Orient[] |
getOrient()
Gets or sets the orient.
|
Origin |
getOrigin()
Gets or sets the origin.
|
String |
getSid()
Gets or sets the sid.
|
void |
setItem(Object value)
Gets or sets the item.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setOrient(Orient[] value)
Gets or sets the orient.
|
void |
setOrigin(Origin value)
Gets or sets the origin.
|
void |
setSid(String value)
Gets or sets the sid.
|
public final Object getItem()
Gets or sets the item.
public final void setItem(Object value)
Gets or sets the item.
public final Orient[] getOrient()
Gets or sets the orient. Describes the orientation of the object frame.
public final void setOrient(Orient[] value)
Gets or sets the orient. Describes the orientation of the object frame.
public final Origin getOrigin()
Gets or sets the origin. Describes the origin of the object frame.
public final void setOrigin(Origin value)
Gets or sets the origin. Describes the origin of the object frame.
public final String getSid()
Gets or sets the sid.
public final void setSid(String value)
Gets or sets the sid.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.