C# 클래스 GUIUtils.GraphVisualization.Graphs.SurfaceGraph

상속: GUIUtils.GraphVisualization.Graphs.Graph
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
SurfaceGraph ( GraphVisualizer graphVisualizer, GUIUtils.GraphVisualization.Functions.SurfaceFunction function ) : System

Constructor

보호된 메소드들

메소드 설명
HandleDisplay ( double maxDistance, double minDistance, double height ) : void

Handles the display

SaveSettings ( ) : void

Nothing to save

비공개 메소드들

메소드 설명
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

메소드 상세

HandleDisplay() 보호된 메소드

Handles the display
protected HandleDisplay ( double maxDistance, double minDistance, double height ) : void
maxDistance double
minDistance double
height double
리턴 void

SaveSettings() 보호된 메소드

Nothing to save
protected SaveSettings ( ) : void
리턴 void

SurfaceGraph() 공개 메소드

Constructor
public SurfaceGraph ( GraphVisualizer graphVisualizer, GUIUtils.GraphVisualization.Functions.SurfaceFunction function ) : System
graphVisualizer GraphVisualizer
function GUIUtils.GraphVisualization.Functions.SurfaceFunction
리턴 System