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