Name | Description | |
---|---|---|
GoLayoutRandom Constructor | Constructs a Random Layout with null values for it's Network and Document. PerformLayout() will be a no-op until the document has been set. |
The following tables list the members exposed by GoLayoutRandom.
Name | Description | |
---|---|---|
GoLayoutRandom Constructor | Constructs a Random Layout with null values for it's Network and Document. PerformLayout() will be a no-op until the document has been set. |
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
Document | Gets or sets the Northwoods.Go.GoDocument that the layout will be performed on. (Inherited from Northwoods.Go.Layout.GoLayout) | |
MaxX | Gets and Sets the maximum allowed x value for a node. | |
MaxY | Gets and Sets the maximum allowed y value for a node. | |
MinX | Gets and Sets the minimum allowed x value for a node. | |
MinY | Gets and Sets the minimum allowed y value for a node. | |
Network | Gets or sets the GoLayoutNetwork that the layout will be performed on. | |
Site | (Inherited from System.ComponentModel.Component) | |
View | Gets or sets the Northwoods.Go.GoView whose thread is used to run document-updating code and Progress events. (Inherited from Northwoods.Go.Layout.GoLayout) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
PerformLayout | Overridden. Performs random positioning auto-layout. | |
RaiseProgress | Overloaded. (Inherited from Northwoods.Go.Layout.GoLayout) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
IsFixed | The function IsFixed returns true if the node should not be moved by the layout algorithm. The default implementation returns false on all inputs. This function can be overridden to "fix" particular nodes. | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnProgress | Invoke all Progress event handlers. (Inherited from Northwoods.Go.Layout.GoLayout) | |
RemoveNetwork | Overridden. Set Network to null. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
Progress | The Progress event is raised at various times during the PerformLayout routine to indicate progress. In particular, a Progress event should be raised at the start of the layout with a progress of 0.0 and at the end of the layout with a progress of 1.0. Other calls with progress values should be layout routine specific. (Inherited from Northwoods.Go.Layout.GoLayout) |