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.
This class provides 36 methods for working with AssetInfo objects in Java programs.
Available methods include: A3DObject, AssetInfo, findProperty, getApplicationName, getApplicationVersion, getAuthor, getComments, getCopyright, getCreationDate, getKeywords, getName, getProperties, and 21 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: applicationName, applicationVersion, author, comments, copyright, creationDate, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
author | String | Read | Gets the author. |
applicationName | String | Read | Gets the application name. |
applicationVersion | String | Read | Gets the application version. |
comments | String | Read | Gets the comments. |
copyright | String | Read | Gets the copyright. |
creationDate | String | Read | Gets the creation date. |
keywords | String | Read | Gets the keywords. |
revision | String | Read | Gets the revision. |
subject | String | Read | Gets the subject. |
title | String | Read | Gets the title. |
unitName | String | Read | Gets the unit name. |
unitScaleFactor | double | Read | Gets the unit scale factor. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
AssetInfo() | Creates a new AssetInfo instance with default values |
AssetInfo(name: String) | Calls AssetInfo(name) on this AssetInfo instance. |
getAuthor() → String | Returns the author. |
setAuthor(author: String) | Sets the author value. |
getApplicationName() → String | Returns the application name. |
setApplicationName(applicationName: String) | Sets the application name value. |
getApplicationVersion() → String | Returns the application version. |
setApplicationVersion(applicationVersion: String) | Sets the application version value. |
getComments() → String | Returns the comments. |
setComments(comments: String) | Sets the comments value. |
getCopyright() → String | Returns the copyright. |
setCopyright(copyright: String) | Sets the copyright value. |
getCreationDate() → String | Returns the creation date. |
setCreationDate(creationDate: String) | Sets the creation date value. |
getKeywords() → String | Returns the keywords. |
setKeywords(keywords: String) | Sets the keywords value. |
getRevision() → String | Returns the revision. |
setRevision(revision: String) | Sets the revision value. |
getSubject() → String | Returns the subject. |
setSubject(subject: String) | Sets the subject value. |
getTitle() → String | Returns the title. |
setTitle(title: String) | Sets the title value. |
getUnitName() → String | Returns the unit name. |
setUnitName(unitName: String) | Sets the unit name value. |
getUnitScaleFactor() → double | Returns the unit scale factor. |
setUnitScaleFactor(unitScaleFactor: double) | Sets the unit scale factor value. |
A3DObject() | Calls A3DObject on this AssetInfo instance. |
A3DObject(name: String) | Calls A3DObject(name) on this AssetInfo instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this AssetInfo instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this AssetInfo instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this AssetInfo instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this AssetInfo instance. |