Package org.jmol.modelset

Examples of org.jmol.modelset.MeasurementPending


        : measurementPending.addPoint(atomIndex, nearestPoint, true));
  }

  private void enterMeasurementMode() {
    viewer.setCursor(Viewer.CURSOR_CROSSHAIR);
    viewer.setPendingMeasurement(measurementPending = new MeasurementPending(
        viewer.getModelSet()));
  }
View Full Code Here


  private MeasurementPending measurementQueued;
 
  private void resetMeasurement() {
    // doesn't reset the measurement that is being picked using
    // double-click, just the one using set picking measure.
    measurementQueued = new MeasurementPending(viewer.getModelSet());   
  }
View Full Code Here

TOP

Related Classes of org.jmol.modelset.MeasurementPending

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.