Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ getZ
Method
getZ
src/ch/hsr/ogv/model/ModelBox.java:109–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
@XmlTransient
110
public
double getZ() {
111
return
this.coordinates.getZ();
112
}
113
114
public
double getWidth() {
115
return
width;
Callers
15
testGetXYZ
Method · 0.45
setOriginals
Method · 0.45
northResize
Method · 0.45
southResize
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
adaptBoxCoordinates
Method · 0.45
Calls
no outgoing calls
Tested by
1
testGetXYZ
Method · 0.36