Click or drag to resize

Displayer Class

Common base class with shared functionality for displaying debugger data. It serves as the parent class for a Printer printing to the textual console and a Renderer rendering as a graph.
Inheritance Hierarchy

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract class Displayer : IDisplayer, 
	ISequenceDisplayer

The Displayer type exposes the following members.

Constructors
 NameDescription
Protected methodDisplayerInitializes a new instance of the Displayer class
Top
Methods
See Also