Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
SugiyamaLayout ( ) : System |
Initializes a new instance of the SugiyamaLayout class.
|
Method | Description | |
---|---|---|
GetNodeXLVertexRadius ( |
||
GetTransformationMatrix ( Microsoft oGleeGraph, |
||
GleeCurveToPointFArray ( Microsoft oCurve ) : System.Drawing.PointF[] | ||
GleeCurveToTransformedPointFArray ( Microsoft oCurve, Matrix oTransformationMatrix ) : System.Drawing.PointF[] | ||
GleePointToPointF ( Microsoft oGleePoint ) : |
||
GleePointToTransformedPointF ( Microsoft oGleePoint, Matrix oTransformationMatrix ) : |
||
LayOutGraphCore ( IGraph graph, ICollection |
||
NodeXLEdgeToGleeEdge ( IEdge oEdge ) : Microsoft.Glee.Edge | ||
NodeXLVertexToGleeNode ( IVertex oVertex ) : Microsoft.Glee.Node | ||
OnVertexMoveCore ( IVertex vertex ) : void | ||
TransformLayoutCore ( IGraph graph, |
protected GetNodeXLVertexRadius ( |
||
oLayoutContext | ||
return | System.Single |
protected GetTransformationMatrix ( Microsoft oGleeGraph, |
||
oGleeGraph | Microsoft | |
oNodeXLGraphRectangle | ||
return | Matrix |
protected GleeCurveToPointFArray ( Microsoft oCurve ) : System.Drawing.PointF[] | ||
oCurve | Microsoft | |
return | System.Drawing.PointF[] |
protected GleeCurveToTransformedPointFArray ( Microsoft oCurve, Matrix oTransformationMatrix ) : System.Drawing.PointF[] | ||
oCurve | Microsoft | |
oTransformationMatrix | Matrix | |
return | System.Drawing.PointF[] |
protected GleePointToPointF ( Microsoft oGleePoint ) : |
||
oGleePoint | Microsoft | |
return |
protected GleePointToTransformedPointF ( Microsoft oGleePoint, Matrix oTransformationMatrix ) : |
||
oGleePoint | Microsoft | |
oTransformationMatrix | Matrix | |
return |
protected LayOutGraphCore ( IGraph graph, ICollection |
||
graph | IGraph | |
verticesToLayOut | ICollection |
|
layoutContext | ||
backgroundWorker | ||
return | System.Boolean |
protected NodeXLEdgeToGleeEdge ( IEdge oEdge ) : Microsoft.Glee.Edge | ||
oEdge | IEdge | |
return | Microsoft.Glee.Edge |
protected NodeXLVertexToGleeNode ( IVertex oVertex ) : Microsoft.Glee.Node | ||
oVertex | IVertex | |
return | Microsoft.Glee.Node |
protected OnVertexMoveCore ( IVertex vertex ) : void | ||
vertex | IVertex | |
return | void |
protected TransformLayoutCore ( IGraph graph, |
||
graph | IGraph | |
originalLayoutContext | ||
newLayoutContext | ||
return | void |