Property | Type | Description | |
---|---|---|---|
DefaultDashStyle | System.Windows.Media.DashStyle | ||
m_bUseSelection | System.Boolean | ||
m_btFilteredAlpha | Byte | ||
m_iMaximumLabelLength | |||
m_oColor | Color | ||
m_oDefaultBrush | |||
m_oDefaultPen | System.Windows.Media.Pen | ||
m_oFormattedTextManager | |||
m_oSelectedColor | Color |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
GetDrawAsSelected ( IMetadataProvider vertexOrEdge ) : System.Boolean | ||
GetVisibility ( IMetadataProvider vertexOrEdge ) : VisibilityKeyValue | ||
SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void | ||
VertexAndEdgeDrawerBase ( ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
CreateDrawingObjects ( ) : void | ||
GetAlpha ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, Byte btDefaultAlpha ) : Byte | ||
GetBrush ( Color oColor ) : |
||
GetColor ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, System.Boolean bDrawAsSelected ) : Color | ||
GetColor ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, String sKey, Color oDefaultColor, System.Boolean bApplyAlpha ) : Color | ||
GetPen ( Color oColor, Double dThickness ) : System.Windows.Media.Pen | ||
GetPen ( Color oColor, Double dThickness, System.Windows.Media.DashStyle oDashStyle ) : System.Windows.Media.Pen | ||
TruncateLabel ( String sLabel ) : String |
protected GetAlpha ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, Byte btDefaultAlpha ) : Byte | ||
oVertexOrEdge | IMetadataProvider | |
eVisibility | VisibilityKeyValue | |
btDefaultAlpha | Byte | |
return | Byte |
protected GetBrush ( Color oColor ) : |
||
oColor | Color | |
return |
protected GetColor ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, System.Boolean bDrawAsSelected ) : Color | ||
oVertexOrEdge | IMetadataProvider | |
eVisibility | VisibilityKeyValue | |
bDrawAsSelected | System.Boolean | |
return | Color |
protected GetColor ( IMetadataProvider oVertexOrEdge, VisibilityKeyValue eVisibility, String sKey, Color oDefaultColor, System.Boolean bApplyAlpha ) : Color | ||
oVertexOrEdge | IMetadataProvider | |
eVisibility | VisibilityKeyValue | |
sKey | String | |
oDefaultColor | Color | |
bApplyAlpha | System.Boolean | |
return | Color |
public GetDrawAsSelected ( IMetadataProvider vertexOrEdge ) : System.Boolean | ||
vertexOrEdge | IMetadataProvider | |
return | System.Boolean |
protected GetPen ( Color oColor, Double dThickness ) : System.Windows.Media.Pen | ||
oColor | Color | |
dThickness | Double | |
return | System.Windows.Media.Pen |
protected GetPen ( Color oColor, Double dThickness, System.Windows.Media.DashStyle oDashStyle ) : System.Windows.Media.Pen | ||
oColor | Color | |
dThickness | Double | |
oDashStyle | System.Windows.Media.DashStyle | |
return | System.Windows.Media.Pen |
public static GetVisibility ( IMetadataProvider vertexOrEdge ) : VisibilityKeyValue | ||
vertexOrEdge | IMetadataProvider | |
return | VisibilityKeyValue |
public SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void | ||
typeface | System.Windows.Media.Typeface | |
fontSize | Double | |
return | void |
protected TruncateLabel ( String sLabel ) : String | ||
sLabel | String | |
return | String |
protected static DashStyle,System.Windows.Media DefaultDashStyle | ||
return | System.Windows.Media.DashStyle |
protected Boolean,System m_bUseSelection | ||
return | System.Boolean |
protected Int32,System m_iMaximumLabelLength | ||
return |
protected SolidColorBrush,System.Windows.Media m_oDefaultBrush | ||
return |
protected Pen,System.Windows.Media m_oDefaultPen | ||
return | System.Windows.Media.Pen |
protected FormattedTextManager,Smrf.NodeXL.Visualization.Wpf m_oFormattedTextManager | ||
return |