getCoordinatesAbsolute method
Mappoint
getCoordinatesAbsolute()
Returns the absolute coordinates in pixel of this node
Implementation
Mappoint getCoordinatesAbsolute() {
return _coordinatesAbsolute;
}
Returns the absolute coordinates in pixel of this node
Mappoint getCoordinatesAbsolute() {
return _coordinatesAbsolute;
}