Click or drag to resize

IDisplayerDisplayLine Method

Displays a text line. Semantically poor, but ok for the beginning/maybe later on special tasks, but should be replaced/implemented by semantically richer objects.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
void DisplayLine(
	string lineToBeShown
)

Parameters

lineToBeShown  String
 
See Also