public class ScriptablePosition
extends org.mozilla.javascript.ScriptableObject
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
double |
x |
double |
y |
double |
z |
| Constructor and Description |
|---|
ScriptablePosition() |
ScriptablePosition(double x,
double y,
double z) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getClassName() |
org.mozilla.javascript.Scriptable |
jsContructor(double x,
double y,
double z) |
double |
jsGet_x() |
double |
jsGet_y() |
double |
jsGet_z() |
void |
jsSet_x(double x) |
void |
jsSet_y(double y) |
void |
jsSet_z(double z) |
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizepublic ScriptablePosition(double x,
double y,
double z)
public ScriptablePosition()
public double jsGet_x()
public double jsGet_y()
public double jsGet_z()
public void jsSet_x(double x)
public void jsSet_y(double y)
public void jsSet_z(double z)
public org.mozilla.javascript.Scriptable jsContructor(double x,
double y,
double z)
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic java.lang.Object clone()
clone in class java.lang.Object