public class MirroredProfile extends Profile
name, properties
Constructor and Description |
---|
MirroredProfile(Profile baseProfile)
Construct a new
MirroredProfile from an existing profile. |
Modifier and Type | Method and Description |
---|---|
Profile |
getBaseProfile()
The base profile to be mirrored.
|
getEntityRendererKey
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public MirroredProfile(Profile baseProfile)
MirroredProfile
from an existing profile.baseProfile
- The base profile to be mirrored.public Profile getBaseProfile()