Home
last modified time | relevance | path

Searched refs:setNorthDirection (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DCompassController.java352 compass.setNorthDirection(northDirection); in doModifyCompass()
H A DPlanController.java1309 compass.setNorthDirection(-compass.getNorthDirection()); in flipItem()
1312 compass.setNorthDirection((float)Math.PI - compass.getNorthDirection()); in flipItem()
7639 this.compass.setNorthDirection(this.oldNorthDirection);
7646 this.compass.setNorthDirection(this.newNorthDirection);
14695 this.selectedCompass.setNorthDirection(newNorthDirection);
14711 this.selectedCompass.setNorthDirection(this.oldNorthDirection);
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DCompass.java181 public void setNorthDirection(float northDirection) { in setNorthDirection() method in Compass
H A DHome.java336 compass.setNorthDirection(this.compass.getNorthDirection()); in readObject()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLHandler.java996 compass.setNorthDirection(northDirection); in setCompassAttributes()