MCPcopy 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

testGetXYZMethod · 0.45
setOriginalsMethod · 0.45
northResizeMethod · 0.45
southResizeMethod · 0.45
coordsInsideBoxMethod · 0.45
handleCreateNewClassMethod · 0.45
createBoxArrowMethod · 0.45
createArrayBoxMethod · 0.45
hasBoxApproxAtPosMethod · 0.45
setSelectedMethod · 0.45
adaptBoxHeightMethod · 0.45
adaptBoxCoordinatesMethod · 0.45

Calls

no outgoing calls

Tested by 1

testGetXYZMethod · 0.36