Lines Matching refs:deformable

66   private final boolean             deformable;  field in CatalogPieceOfFurniture
225 boolean resizable, boolean deformable, boolean texturable, in CatalogPieceOfFurniture() argument
228 movable, null, modelRotation, creator, resizable, deformable, texturable, in CatalogPieceOfFurniture()
264 boolean resizable, boolean deformable, boolean texturable, in CatalogPieceOfFurniture() argument
267 … height, elevation, movable, staircaseCutOutShape, modelRotation, creator, resizable, deformable, in CatalogPieceOfFurniture()
308 boolean resizable, boolean deformable, boolean texturable, in CatalogPieceOfFurniture() argument
311 …ble, false, staircaseCutOutShape, null, modelRotation, false, null, creator, resizable, deformable, in CatalogPieceOfFurniture()
355 boolean resizable, boolean deformable, boolean texturable, in CatalogPieceOfFurniture() argument
359 creator, resizable, deformable, texturable, price, valueAddedTaxPercentage, currency); in CatalogPieceOfFurniture()
403 boolean resizable, boolean deformable, boolean texturable, in CatalogPieceOfFurniture() argument
407 creator, resizable, deformable, texturable, true, price, valueAddedTaxPercentage, currency); in CatalogPieceOfFurniture()
454 … boolean resizable, boolean deformable, boolean texturable, boolean horizontallyRotatable, in CatalogPieceOfFurniture() argument
458 …creator, resizable, deformable, texturable, horizontallyRotatable, price, valueAddedTaxPercentage,… in CatalogPieceOfFurniture()
506 … boolean resizable, boolean deformable, boolean texturable, boolean horizontallyRotatable, in CatalogPieceOfFurniture() argument
511 modelSize, creator, resizable, deformable, texturable, horizontallyRotatable, in CatalogPieceOfFurniture()
637 … boolean deformable, boolean texturable, boolean horizontallyRotatable, in CatalogPieceOfFurniture() argument
678 this.deformable = deformable; in CatalogPieceOfFurniture()
907 return this.deformable; in isDeformable()