C# Class GUIUtils.GraphVisualization.Graphs.SurfaceGraph

Inheritance: GUIUtils.GraphVisualization.Graphs.Graph
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode Description
SurfaceGraph ( GraphVisualizer graphVisualizer, GUIUtils.GraphVisualization.Functions.SurfaceFunction function ) : System

Constructor

Méthodes protégées

Méthode Description
HandleDisplay ( double maxDistance, double minDistance, double height ) : void

Handles the display

SaveSettings ( ) : void

Nothing to save

Private Methods

Méthode Description
DrawLine ( double position, double maxValue ) : void

Draws a vertical line until maxValue

DrawSegment ( ISegment segment, double start, double end, double maxValue ) : void

Draws the provided segment

Method Details

HandleDisplay() protected méthode

Handles the display
protected HandleDisplay ( double maxDistance, double minDistance, double height ) : void
maxDistance double
minDistance double
height double
Résultat void

SaveSettings() protected méthode

Nothing to save
protected SaveSettings ( ) : void
Résultat void

SurfaceGraph() public méthode

Constructor
public SurfaceGraph ( GraphVisualizer graphVisualizer, GUIUtils.GraphVisualization.Functions.SurfaceFunction function ) : System
graphVisualizer GraphVisualizer
function GUIUtils.GraphVisualization.Functions.SurfaceFunction
Résultat System