Class ShearDialog

    • Field Detail

      • cancel

        private Button cancel
      • angleTextField

        private TextField angleTextField
      • pressedOk

        private boolean pressedOk
      • result

        private Double result
      • newWidthLabel

        private Label newWidthLabel
      • imageWidth

        private int imageWidth
      • imageHeight

        private int imageHeight
    • Constructor Detail

      • ShearDialog

        public ShearDialog​(Frame owner,
                           Strings strings,
                           double initialValue,
                           int imageWidth,
                           int imageHeight)
        Creates a ShearDialog.
        Parameters:
        owner - the Frame this dialog will belong to