public class IntegerProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
DEFAULT_VALUE |
Modifier | Constructor and Description |
---|---|
protected |
IntegerProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
assignFrom(com.teamdev.jxmaps.Property other) |
protected long |
get() |
protected void |
getJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected java.lang.String |
getName() |
protected void |
notifyChanged() |
protected void |
set(long value) |
protected void |
setJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected void |
setOwner(MapObject owner) |
protected void |
updateAttachedValue() |
protected static final int DEFAULT_VALUE
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 long get()
protected void set(long value)
protected java.lang.String getName()
protected void setOwner(MapObject owner)
protected void updateAttachedValue()
protected void notifyChanged()