Home
last modified time | relevance | path

Searched refs:isDeformable (Results 1 – 10 of 10) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DPieceOfFurniture.java157 public abstract boolean isDeformable(); in isDeformable() method
H A DHomeFurnitureGroup.java164 this.deformable &= piece.isDeformable(); in updateLocationAndSize()
420 public boolean isDeformable() { in isDeformable() method in HomeFurnitureGroup
658 if (isDeformable()) { in setModelTransformations()
H A DHomePieceOfFurniture.java370 this.deformable = piece.isDeformable(); in HomePieceOfFurniture()
1061 public boolean isDeformable() { in isDeformable() method in HomePieceOfFurniture
1070 return isDeformable(); in isWidthDepthDeformable()
H A DCatalogPieceOfFurniture.java906 public boolean isDeformable() { in isDeformable() method in CatalogPieceOfFurniture
915 return isDeformable(); in isWidthDepthDeformable()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DHomeFurnitureController.java704 if (!childPiece.isDeformable() in updateProperties()
714 deformable = piece.isDeformable() in updateProperties()
719 if (!isDeformable()) { in updateProperties()
1540 public boolean isDeformable() { in isDeformable() method in HomeFurnitureController
1893 boolean deformable = !proportional && piece.isDeformable(); in doModifyFurniture()
H A DHomeController.java2191 … piece.isResizable(), piece.isDeformable(), piece.isTexturable(), piece.isHorizontallyRotatable(), in replaceDamagedItems()
H A DPlanController.java11099 if (selectedPiece.isDeformable()
11299 return !piece.isDeformable()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLExporter.java412 writer.writeBooleanAttribute("deformable", piece.isDeformable(), true); in writeAttributes()
H A DHomeXMLHandler.java1311 if (piece.isDeformable()) { in setPieceOfFurnitureAttributes()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeFurniturePanel.java1009 this.keepProportionsCheckBox.setEnabled(editableSize && controller.isDeformable() in updateSizeComponents()