Package com.eteks.sweethome3d.model.Camera

Examples of com.eteks.sweethome3d.model.Camera.Lens


  /**
   * Updates photo height. 
   */
  private void updateRatioComponents() {
    Lens lens = this.controller.getLens();
    boolean fixedProportions = lens == Camera.Lens.FISHEYE
        || lens == Camera.Lens.SPHERICAL;
    this.applyProportionsCheckBox.setEnabled(!fixedProportions);
    this.aspectRatioComboBox.setEnabled(!fixedProportions && applyProportionsCheckBox.isSelected());
  }
View Full Code Here

TOP

Related Classes of com.eteks.sweethome3d.model.Camera.Lens

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.