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 25 methods for working with AssetInfo objects in Java programs.
Available methods include: AssetInfo, getApplicationName, getApplicationVersion, getAuthor, getComments, getCopyright, getCreationDate, getKeywords, getRevision, getSubject, getTitle, getUnitName, and 13 additional methods.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: applicationName, applicationVersion, author, comments, copyright, creationDate, and 6 more.
Description
AssetInfo is a class in the Aspose.3D FOSS library for Java that exposes 31 methods and 14 properties for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.
Core capabilities include: string; string; string. These operations enable developers to integrate assetinfo functionality directly into Java applications.
The class also provides the author property (gets the author), the applicationName property (gets the application name), the applicationVersion property (gets the application version).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
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. |
Methods
| Signature | Description |
|---|---|
AssetInfo() | Creates a new AssetInfo instance with default values |
AssetInfo(name: String) | |
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. |