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

NameTypeAccessDescription
authorStringReadGets the author.
applicationNameStringReadGets the application name.
applicationVersionStringReadGets the application version.
commentsStringReadGets the comments.
copyrightStringReadGets the copyright.
creationDateStringReadGets the creation date.
keywordsStringReadGets the keywords.
revisionStringReadGets the revision.
subjectStringReadGets the subject.
titleStringReadGets the title.
unitNameStringReadGets the unit name.
unitScaleFactordoubleReadGets the unit scale factor.

Methods

SignatureDescription
AssetInfo()Creates a new AssetInfo instance with default values
AssetInfo(name: String)
getAuthor()StringReturns the author.
setAuthor(author: String)Sets the author value.
getApplicationName()StringReturns the application name.
setApplicationName(applicationName: String)Sets the application name value.
getApplicationVersion()StringReturns the application version.
setApplicationVersion(applicationVersion: String)Sets the application version value.
getComments()StringReturns the comments.
setComments(comments: String)Sets the comments value.
getCopyright()StringReturns the copyright.
setCopyright(copyright: String)Sets the copyright value.
getCreationDate()StringReturns the creation date.
setCreationDate(creationDate: String)Sets the creation date value.
getKeywords()StringReturns the keywords.
setKeywords(keywords: String)Sets the keywords value.
getRevision()StringReturns the revision.
setRevision(revision: String)Sets the revision value.
getSubject()StringReturns the subject.
setSubject(subject: String)Sets the subject value.
getTitle()StringReturns the title.
setTitle(title: String)Sets the title value.
getUnitName()StringReturns the unit name.
setUnitName(unitName: String)Sets the unit name value.
getUnitScaleFactor()doubleReturns the unit scale factor.
setUnitScaleFactor(unitScaleFactor: double)Sets the unit scale factor value.

See Also