Represents the graph context of a graph displayed in the user interface.

C# | Visual Basic | Visual C++ |
public interface IGraphContext
Public Interface IGraphContext
public interface class IGraphContext

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | GenerateGraphFactory()()() |
Generates a graph factory, based on the current plugin settings.
|
![]() | Pause()()() |
Pauses the graph context until the user chooses to continue
|
![]() | Pause(Int32, Boolean) |
Pauses the graph context for a specific period of time
|
![]() | Redraw()()() |
Redraws the graph in the graph context.
|
![]() | Resume()()() |
Resumes the graph context if it is already paused by the user.
|
![]() | SelectVertex()()() |
Asks the user to select a vertex frm the graph user interface.
|