public class AssetInfo extends A3DObject
name, properties
Constructor and Description |
---|
AssetInfo()
Initializes a new instance of the
AssetInfo class. |
AssetInfo(java.lang.String name)
Initializes a new instance of the
AssetInfo class. |
Modifier and Type | Method and Description |
---|---|
Vector4 |
getAmbient()
Gets or Sets the default ambient color of this asset
|
java.lang.String |
getApplicationName()
Gets the application that created this asset
|
java.lang.String |
getApplicationVendor()
Gets the application vendor's name
|
java.lang.String |
getApplicationVersion()
Gets the version of the application that created this asset.
|
java.lang.String |
getAuthor()
Gets the author of this asset
|
java.lang.String |
getComment()
Gets the comment of this asset.
|
CoordinatedSystem |
getCoordinatedSystem()
Gets the coordinate system used in this asset.
|
java.util.Calendar |
getCreationTime()
Gets or Sets the creation time of this asset
|
java.lang.String |
getKeywords()
Gets the keywords of this asset
|
java.util.Calendar |
getModificationTime()
Gets or Sets the modification time of this asset
|
java.lang.String |
getRevision()
Gets the revision number of this asset, usually used in version control system.
|
java.lang.String |
getSubject()
Gets the subject of this asset
|
java.lang.String |
getTitle()
Gets the title of this asset
|
java.lang.String |
getUnitName()
Gets the unit of length used in this asset.
|
double |
getUnitScaleFactor()
Gets the scale factor to real-world meter.
|
Axis |
getUpVector()
Gets the up-vector used in this asset.
|
java.lang.String |
getUrl()
Gets or Sets the URL of this asset.
|
void |
setAmbient(Vector4 value)
Gets or Sets the default ambient color of this asset
|
void |
setApplicationName(java.lang.String value)
Sets the application that created this asset
|
void |
setApplicationVendor(java.lang.String value)
Sets the application vendor's name
|
void |
setApplicationVersion(java.lang.String value)
Sets the version of the application that created this asset.
|
void |
setAuthor(java.lang.String value)
Sets the author of this asset
|
void |
setComment(java.lang.String value)
Sets the comment of this asset.
|
void |
setCoordinatedSystem(CoordinatedSystem value)
Sets the coordinate system used in this asset.
|
void |
setCreationTime(java.util.Calendar value)
Gets or Sets the creation time of this asset
|
void |
setKeywords(java.lang.String value)
Sets the keywords of this asset
|
void |
setModificationTime(java.util.Calendar value)
Gets or Sets the modification time of this asset
|
void |
setRevision(java.lang.String value)
Sets the revision number of this asset, usually used in version control system.
|
void |
setSubject(java.lang.String value)
Sets the subject of this asset
|
void |
setTitle(java.lang.String value)
Sets the title of this asset
|
void |
setUnitName(java.lang.String value)
Sets the unit of length used in this asset.
|
void |
setUnitScaleFactor(double value)
Sets the scale factor to real-world meter.
|
void |
setUpVector(Axis value)
Sets the up-vector used in this asset.
|
void |
setUrl(java.lang.String value)
Gets or Sets the URL of this asset.
|
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public AssetInfo()
AssetInfo
class.public AssetInfo(java.lang.String name)
AssetInfo
class.name
- Namepublic java.util.Calendar getCreationTime()
public void setCreationTime(java.util.Calendar value)
value
- New valuepublic java.util.Calendar getModificationTime()
public void setModificationTime(java.util.Calendar value)
value
- New valuepublic Vector4 getAmbient()
public void setAmbient(Vector4 value)
value
- New valuepublic java.lang.String getUrl()
public void setUrl(java.lang.String value)
value
- New valuepublic java.lang.String getApplicationVendor()
public void setApplicationVendor(java.lang.String value)
value
- New valuepublic java.lang.String getApplicationName()
public void setApplicationName(java.lang.String value)
value
- New valuepublic java.lang.String getApplicationVersion()
public void setApplicationVersion(java.lang.String value)
value
- New valuepublic java.lang.String getTitle()
public void setTitle(java.lang.String value)
value
- New valuepublic java.lang.String getSubject()
public void setSubject(java.lang.String value)
value
- New valuepublic java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
value
- New valuepublic java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
value
- New valuepublic java.lang.String getRevision()
public void setRevision(java.lang.String value)
value
- New valuepublic java.lang.String getComment()
public void setComment(java.lang.String value)
value
- New valuepublic java.lang.String getUnitName()
public void setUnitName(java.lang.String value)
value
- New valuepublic double getUnitScaleFactor()
public void setUnitScaleFactor(double value)
value
- New valuepublic CoordinatedSystem getCoordinatedSystem()
public void setCoordinatedSystem(CoordinatedSystem value)
value
- New valuepublic Axis getUpVector()
public void setUpVector(Axis value)
value
- New value