Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ getY
Method
getY
src/ch/hsr/ogv/model/ModelBox.java:104–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
@XmlTransient
105
public
double getY() {
106
return
this.coordinates.getY();
107
}
108
109
@XmlTransient
110
public
double getZ() {
Callers
15
testGetXYZ
Method · 0.45
handleMouse
Method · 0.45
setOriginals
Method · 0.45
coordsInsideBox
Method · 0.45
createBoxArrow
Method · 0.45
createArrayBox
Method · 0.45
hasBoxApproxAtPos
Method · 0.45
setSelected
Method · 0.45
adaptBoxCoordinates
Method · 0.45
startOnMouseMoved
Method · 0.45
moveOnMouseDragged
Method · 0.45
setX
Method · 0.45
Calls
no outgoing calls
Tested by
1
testGetXYZ
Method · 0.36