Class SimulatedUpCamera

    • Constructor Detail

      • SimulatedUpCamera

        public SimulatedUpCamera()
    • Method Detail

      • blurObjectIntoView

        protected void blurObjectIntoView​(java.awt.Graphics2D gView,
                                          java.awt.image.BufferedImage frame,
                                          Nozzle nozzle,
                                          Location l)
      • getViewWidth

        public int getViewWidth()
      • setViewWidth

        public void setViewWidth​(int width)
      • getViewHeight

        public int getViewHeight()
      • setViewHeight

        public void setViewHeight​(int height)
      • getSimulatedLocation

        public Location getSimulatedLocation()
      • setSimulatedLocation

        public void setSimulatedLocation​(Location simulatedLocation)
      • getSimulatedUnitsPerPixel

        public Location getSimulatedUnitsPerPixel()
      • setSimulatedUnitsPerPixel

        public void setSimulatedUnitsPerPixel​(Location simulatedUnitsPerPixel)
      • isSimulatedFlipped

        public boolean isSimulatedFlipped()
      • setSimulatedFlipped

        public void setSimulatedFlipped​(boolean simulatedFlipped)
      • getFocalLength

        public Length getFocalLength()
      • setFocalLength

        public void setFocalLength​(Length focalLength)
      • getSensorDiagonal

        public Length getSensorDiagonal()
      • setSensorDiagonal

        public void setSensorDiagonal​(Length sensorDiagonal)
      • isSimulateFocalBlur

        public boolean isSimulateFocalBlur()
      • setSimulateFocalBlur

        public void setSimulateFocalBlur​(boolean simulateFocalBlur)
      • getErrorOffsets

        public Location getErrorOffsets()
      • setErrorOffsets

        public void setErrorOffsets​(Location errorOffsets)
      • getConfigurationWizard

        public Wizard getConfigurationWizard()
        Description copied from interface: WizardConfigurable
        Gets a Wizard that can be used to configure this object.
        Returns:
      • getPropertySheetHolderTitle

        public java.lang.String getPropertySheetHolderTitle()