MCPcopy 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

testGetXYZMethod · 0.45
handleMouseMethod · 0.45
setOriginalsMethod · 0.45
eastResizeMethod · 0.45
westResizeMethod · 0.45
coordsInsideBoxMethod · 0.45
handleCreateNewClassMethod · 0.45
createBoxArrowMethod · 0.45
createArrayBoxMethod · 0.45
hasBoxApproxAtPosMethod · 0.45
setSelectedMethod · 0.45
adaptBoxHeightMethod · 0.45

Calls

no outgoing calls

Tested by 1

testGetXYZMethod · 0.36