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.
|
getEntityRendererKeygetBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic MirroredProfile(Profile baseProfile)
MirroredProfile from an existing profile.baseProfile - The base profile to be mirrored.public Profile getBaseProfile()