public class Surface extends 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.
Constructor and Description |
---|
Surface() |
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. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.
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.
public final String getName()
Gets or sets the name. The text string name of the element. Optional.
public final void setName(String value)
Gets or sets the name. The text string name of the element. Optional.