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

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.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
AssetInfo()Creates a new AssetInfo instance with default values
AssetInfo(name: String)Calls AssetInfo(name) on this AssetInfo instance.
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.
A3DObject()Calls A3DObject on this AssetInfo instance.
A3DObject(name: String)Calls A3DObject(name) on this AssetInfo instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this AssetInfo instance.
getProperty(name: String)ObjectCalls getProperty(name) on this AssetInfo instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this AssetInfo instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this AssetInfo instance.

See Also

 English