java.lang.Object
edu.ntnu.stud.chaosgame.view.modificationpopups.AbstractPopup
edu.ntnu.stud.chaosgame.view.modificationpopups.JuliaPopup

public class JuliaPopup extends AbstractPopup
Popup for modifying the Julia set.
  • Field Details

    • realPartTextField

      private final javafx.scene.control.TextField realPartTextField
      The text field for the real part of the complex number.
    • imagPartTextField

      private final javafx.scene.control.TextField imagPartTextField
      The text field for the imaginary part of the complex number.
  • Constructor Details

    • JuliaPopup

      public JuliaPopup(ChaosGameDescription gameDescription)
      Constructor for the JuliaPopup.
      Parameters:
      gameDescription - the chaos game description to be modified.
  • Method Details

    • displayCurrentValues

      private void displayCurrentValues(ChaosGameDescription gameDescription)
      Displays the current values from the ChaosGameDescription.
      Parameters:
      gameDescription - the ChaosGameDescription to display values from.
    • getRealPartTextField

      public javafx.scene.control.TextField getRealPartTextField()
      Gets the real part text field.
      Returns:
      the real part text field.
    • getImagPartTextField

      public javafx.scene.control.TextField getImagPartTextField()
      Gets the imaginary part text field.
      Returns:
      the imaginary part text field.