Interface SourceVisualizer


public interface SourceVisualizer
Interface for visualizing field sources in the MagneticFieldViewer.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.Node
    Returns a visual representation of the source.
    boolean
    Checks if this visualizer supports the given source.
  • Method Details

    • supports

      boolean supports(MaxwellSource source)
      Checks if this visualizer supports the given source.
    • getVisualRepresentation

      javafx.scene.Node getVisualRepresentation(MaxwellSource source)
      Returns a visual representation of the source.