protected static class Point.Property
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Property(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
assignFrom(com.teamdev.jxmaps.Property other) |
protected Point |
get() |
protected void |
getJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected java.lang.String |
getName() |
protected void |
notifyChanged() |
protected void |
set(Point value) |
protected void |
setJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected void |
setOwner(MapObject owner) |
protected void |
updateAttachedValue() |
protected void setJSObject(Map map, com.teamdev.jxmaps.internal.JSObject obj)
protected void getJSObject(Map map, com.teamdev.jxmaps.internal.JSObject obj)
protected void assignFrom(com.teamdev.jxmaps.Property other)
protected Point get()
protected void set(Point value)
protected java.lang.String getName()
protected void setOwner(MapObject owner)
protected void updateAttachedValue()
protected void notifyChanged()