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
SystemObject
  de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDisplayer
    de.unika.ipd.grGen.graphViewerAndSequenceDebuggerPrinter
    de.unika.ipd.grGen.graphViewerAndSequenceDebuggerRenderer

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

The Displayer type exposes the following members.

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