public class PropertyExtensions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FLAGS_PROPERTY |
| Constructor and Description |
|---|
PropertyExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static Property |
getOrAddCustomUserProperty(A3DObject propObj,
java.lang.String propertyName) |
static Property |
getOrAddCustomUserProperty(A3DObject propObj,
java.lang.String propertyName,
java.lang.Object defaultValue) |
static void |
setPropertyFlags(Property property,
byte flags) |
public static final java.lang.String FLAGS_PROPERTY
public static Property getOrAddCustomUserProperty(A3DObject propObj, java.lang.String propertyName, java.lang.Object defaultValue)
public static Property getOrAddCustomUserProperty(A3DObject propObj, java.lang.String propertyName)
public static void setPropertyFlags(Property property, byte flags)