java.lang.Object | |
↳ | com.carto.ui.VectorElementDragInfo |
A container class that provides information about a dragging performed on
a vector element or vector element vertex.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
VectorElementDragMode |
getDragMode()
Returns the drag mode.
| ||||||||||
MapPos |
getMapPos()
Returns the drag position in projection coordinate system of the layer.
| ||||||||||
ScreenPos |
getScreenPos()
Returns the drag position in screen coordinates.
| ||||||||||
VectorElement |
getVectorElement()
Returns the vector element being dragged.
| ||||||||||
int |
hashCode()
Returns the hash value of this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks if this object is equal to the specified object.
obj | The reference object. |
---|
Returns the drag position in projection coordinate system of the layer.
Returns the drag position in screen coordinates.
Returns the vector element being dragged.
Returns the hash value of this object.