Searched defs:heightInPlan (Results 1 – 3 of 3) sorted by relevance
300 private float heightInPlan; field in HomePieceOfFurniture714 public void setHeightInPlan(float heightInPlan) { in setHeightInPlan()718 firePropertyChange(Property.HEIGHT_IN_PLAN.name(), oldHeight, heightInPlan); in setHeightInPlan() local
1281 Float heightInPlan = parseOptionalFloat(attributes, "heightInPlan"); in setPieceOfFurnitureAttributes() local
2015 private final float heightInPlan; field in HomeFurnitureController.ModifiedPieceOfFurniture