ParameterizedProfile

ParameterizedProfile

Overview

ParameterizedProfile is a class in Aspose.3D FOSS for Java. Inherits from: Profile.

The base class of all parameterized profiles.

This class provides 24 methods for working with ParameterizedProfile objects in Java programs. Available methods include: A3DObject, Entity, ParameterizedProfile, Profile, SceneObject, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, getParentNode, and 9 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, entityRendererKey, excluded, extent, name, parentNode, and 3 more.

Properties

NameTypeAccessDescription
extentVector2ReadGets the extent in x and y dimension.
boundingBoxBoundingBoxReadGets the bounding box.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
ParameterizedProfile()Constructor.
getExtent()Vector2Gets the extent in x and y dimension.
Profile()Constructor.
getBoundingBox()BoundingBoxReturns the bounding box.
Entity(name: String)Calls Entity(name) on this ParameterizedProfile instance.
getParentNode()NodeGets the extent in x and y dimension.
setParentNode(value: Node)Sets the parent node value.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
SceneObject()The base class of all parameterized profiles.
SceneObject(name: String)Constructor.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this ParameterizedProfile instance.
A3DObject(name: String)Calls A3DObject(name) on this ParameterizedProfile instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this ParameterizedProfile instance.
getProperty(name: String)ObjectCalls getProperty(name) on this ParameterizedProfile instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this ParameterizedProfile instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this ParameterizedProfile instance.

See Also

 English