MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / setTranslateZ

Method setTranslateZ

src/ch/hsr/ogv/view/PaneBox.java:633–636  ·  view source on GitHub ↗
(double z)

Source from the content-addressed store, hash-verified

631 }
632
633 public void setTranslateZ(double z) {
634 this.paneBox.setTranslateZ(z);
635 this.selection.setTranslateZ(z);
636 }
637
638 public double getTranslateY() {
639 return this.paneBox.getTranslateY();

Callers 15

setTranslateXYZMethod · 0.95
handleMouseMethod · 0.80
handleCenterViewMethod · 0.80
setSingleElementsMethod · 0.80
setDimensionMethod · 0.80
buildFloorTileMethod · 0.80
ConnectorBoxMethod · 0.80
setStartXYZMethod · 0.80
setEndXYZMethod · 0.80
setCoordsZMethod · 0.80
setTranslateMethod · 0.80
setArrowStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected