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 TypeMethodDescriptionjavafx.scene.NodegetVisualRepresentation(MaxwellSource source) Returns a visual representation of the source.booleansupports(MaxwellSource source) Checks if this visualizer supports the given source.
-
Method Details
-
supports
Checks if this visualizer supports the given source. -
getVisualRepresentation
Returns a visual representation of the source.
-