Property | Type | Description | |
---|---|---|---|
m_dLabelScale | Double | ||
m_eLabelPosition | VertexLabelPosition | ||
m_oFormattedTextManager | |||
m_oLabelTextColor | Color |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
GroupDrawer ( ) : System |
Initializes a new instance of the GroupDrawer class.
|
|
SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void | ||
TryDrawCombinedIntergroupEdges ( IGraph graph, |
||
TryDrawGroupLabels ( IGraph graph, |
||
TryDrawGroupRectangles ( IGraph graph, |
Method | Description | |
---|---|---|
DrawCombinedIntergroupEdge ( System.Windows.Media.DrawingContext oDrawingContext, |
||
DrawGroupLabel ( System.Windows.Media.DrawingContext oDrawingContext, |
||
GetCombinedIntergroupEdgePenWidth ( |
||
GetContrastingColor ( |
||
SetTextAlignment ( System.Windows.Media.FormattedText oFormattedText, VertexLabelPosition eLabelPosition ) : void | ||
TryGetGroupRectangle ( |
protected DrawCombinedIntergroupEdge ( System.Windows.Media.DrawingContext oDrawingContext, |
||
oDrawingContext | System.Windows.Media.DrawingContext | |
oGraphDrawingContext | ||
oCombinedIntergroupEdge | ||
oGroupLayoutDrawingInfo | ||
return | void |
protected DrawGroupLabel ( System.Windows.Media.DrawingContext oDrawingContext, |
||
oDrawingContext | System.Windows.Media.DrawingContext | |
oGraphDrawingContext | ||
oGroupInfo | ||
return | void |
protected GetCombinedIntergroupEdgePenWidth ( |
||
oCombinedIntergroupEdge | ||
return | Double |
protected GetContrastingColor ( |
||
oGraphDrawingContext | ||
btAlpha | Byte | |
bUseMaximumContrast | System.Boolean | |
return | Color |
public SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void | ||
typeface | System.Windows.Media.Typeface | |
fontSize | Double | |
return | void |
protected SetTextAlignment ( System.Windows.Media.FormattedText oFormattedText, VertexLabelPosition eLabelPosition ) : void | ||
oFormattedText | System.Windows.Media.FormattedText | |
eLabelPosition | VertexLabelPosition | |
return | void |
public TryDrawCombinedIntergroupEdges ( IGraph graph, |
||
graph | IGraph | |
graphDrawingContext | ||
visual | Visual | |
return | System.Boolean |
public TryDrawGroupLabels ( IGraph graph, |
||
graph | IGraph | |
graphDrawingContext | ||
visual | Visual | |
return | System.Boolean |
public TryDrawGroupRectangles ( IGraph graph, |
||
graph | IGraph | |
graphDrawingContext | ||
visual | Visual | |
return | System.Boolean |
protected TryGetGroupRectangle ( |
||
oGroupInfo | ||
oGroupRectangle | ||
return | System.Boolean |
protected VertexLabelPosition m_eLabelPosition | ||
return | VertexLabelPosition |
protected FormattedTextManager,Smrf.NodeXL.Visualization.Wpf m_oFormattedTextManager | ||
return |