The ElecNetKit.Graphing namespace contains classes that
assist in the production of graphical representations of electrical
network models.
Classes
Class | Description | |
---|---|---|
![]() | TreeGraph |
A class that provides basic layout management functions for a top-down
geographic network map. Provides functions for scaling from 'Network Coordinates'
to 'Image Coordinates' and vice-versa.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IElementLocatable |
Any INetworkGraph that implements
IElementLocatable can provide reverse-lookup capabilities,
that is, can find network elements based on a point in the graph.
|
![]() | IElementSelectable |
Indicates that the graphical output of an INetworkGraph will
vary based upon a specific selected NetworkElement.
|
![]() | INetworkGraph | INetworkGraphs plot aspects of the information embedded into the
electrical network model.
|
![]() | IPresentationMode |
If PresentationMode is true when an
INetworkGraph is drawing, the INetworkGraph
should ensure that the primary information displayed by the graph is
represented geometrically.
|