Property | Type | Description | |
---|---|---|---|
buttonRect | Rect | ||
classes | ClassNode[] | ||
iconStyle | GUIStyle | ||
iconStyle1 | GUIStyle | ||
iconStyle2 | GUIStyle |
Method | Description | |
---|---|---|
ClassDiagramRoot ( ) : System.Collections.Generic | ||
Draw ( DiagramContext, context ) : void | ||
GetClassNode ( string classId ) : ClassNode | ||
GetTool ( DiagramContext, context ) : DiagramTool, | ||
SetDefaultTool ( ) : void |
public ClassDiagramRoot ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Draw ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
return | void |
public GetClassNode ( string classId ) : ClassNode | ||
classId | string | |
return | ClassNode |
public GetTool ( DiagramContext, context ) : DiagramTool, | ||
context | DiagramContext, | |
return | DiagramTool, |