AssetInfo
Overview
AssetInfo is a class in Aspose.3D FOSS for Java.
Inherits from: A3DObject.
AssetInfo.AssetInfo creates a new AssetInfo instance with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
author | String | Read | Represents the author metadata string |
applicationName | String | Read | Represents the name of the creating application |
applicationVersion | String | Read | Represents the version of the creating application |
comments | String | Read | Represents the comments associated with the asset |
copyright | String | Read | Represents the copyright notice string |
creationDate | String | Read | Represents the creation date string |
keywords | String | Read | Represents the keywords string for the asset |
revision | String | Read | Represents the revision identifier string |
subject | String | Read | Represents the subject description string |
title | String | Read | Represents the title string of the asset |
unitName | String | Read | Represents the name of the measurement unit used |
unitScaleFactor | double | Read | Represents the scale factor for the unit as a double |
Methods
| Signature | Description |
|---|---|
AssetInfo() | Creates a new AssetInfo instance with default values |
AssetInfo(name: String) | |
getAuthor() → String | Returns the author metadata string |
setAuthor(author: String) | Sets the author metadata string |
getApplicationName() → String | Returns the name of the creating application |
setApplicationName(applicationName: String) | Sets the name of the creating application |
getApplicationVersion() → String | Returns the version of the creating application |
setApplicationVersion(applicationVersion: String) | Sets the version of the creating application |
getComments() → String | Returns the comments associated with the asset |
setComments(comments: String) | Sets the comments associated with the asset |
getCopyright() → String | Returns the copyright notice string |
setCopyright(copyright: String) | Sets the copyright notice string |
getCreationDate() → String | Returns the creation date string |
setCreationDate(creationDate: String) | Sets the creation date string |
getKeywords() → String | Returns the keywords string for the asset |
setKeywords(keywords: String) | Sets the keywords string for the asset |
getRevision() → String | Returns the revision identifier string |
setRevision(revision: String) | Sets the revision identifier string |
getSubject() → String | Returns the subject description string |
setSubject(subject: String) | Sets the subject description string |
getTitle() → String | Returns the title string of the asset |
setTitle(title: String) | Sets the title string of the asset |
getUnitName() → String | Returns the name of the measurement unit used |
setUnitName(unitName: String) | Sets the name of the measurement unit used |
getUnitScaleFactor() → double | Returns the scale factor for the unit as a double |
setUnitScaleFactor(unitScaleFactor: double) | Sets the scale factor for the unit as a double |