MCPcopy 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

testGetXYZMethod · 0.45
handleMouseMethod · 0.45
setOriginalsMethod · 0.45
coordsInsideBoxMethod · 0.45
createBoxArrowMethod · 0.45
createArrayBoxMethod · 0.45
hasBoxApproxAtPosMethod · 0.45
setSelectedMethod · 0.45
adaptBoxCoordinatesMethod · 0.45
startOnMouseMovedMethod · 0.45
moveOnMouseDraggedMethod · 0.45
setXMethod · 0.45

Calls

no outgoing calls

Tested by 1

testGetXYZMethod · 0.36