public class Vector3dProperty extends AbstractSharedProperty<javax.vecmath.Vector3d>
AbstractSharedProperty.GenericPropertyUpdatecompositeClass, dirty, propertyId, value| Constructor and Description |
|---|
Vector3dProperty(Vector3dProperty other) |
Vector3dProperty(WorldObjectId objId,
String identifier,
javax.vecmath.Vector3d value,
Class compositeClass) |
| Modifier and Type | Method and Description |
|---|---|
ISharedProperty |
clone()
Must return an exact duplicate of this ISharedProperty, this will be used
to create old versions of SharedProperties in the worldView.
|
protected javax.vecmath.Vector3d |
cloneValue()
Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.
|
Class |
getPropertyValueClass()
Returns class of the property value.
|
createUpdateEvent, equals, getCompositeClass, getObjectId, getPropertyId, getValue, hashCode, isDirty, nullOverrides, setDirty, setValuepublic Vector3dProperty(WorldObjectId objId, String identifier, javax.vecmath.Vector3d value, Class compositeClass)
public Vector3dProperty(Vector3dProperty other)
public ISharedProperty clone()
ISharedPropertyclone in interface ISharedProperty<javax.vecmath.Vector3d>clone in class AbstractSharedProperty<javax.vecmath.Vector3d>public Class getPropertyValueClass()
ISharedPropertyprotected javax.vecmath.Vector3d cloneValue()
AbstractSharedPropertycloneValue in class AbstractSharedProperty<javax.vecmath.Vector3d>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.