BreakDot Member Details

BreakDot Public Fields


BreakDot Public Enumerations


BreakDot Constructors
New
Constructor specifying Orignal Dot broken and Point of Break
Public Sub New(ByVal BreakingLI As Dot, ByVal AtPoint As Point)
Remarks:
Parameters:
ByVal BreakingLI As Dot
ByVal AtPoint As Point


BreakDot Public Properties
BreakingPoint
The Point on OriginalDot at which the Break occurs Category: Behavior
Public Property BreakingPoint() As Point
Remarks:
IndexParameters:
Return Value:
Point
FinalHooksOnNew
The Collection of Hooks on the Split-off LI Category: Behavior
Public Property FinalHooksOnNew() As HookCollection
Remarks:
IndexParameters:
Return Value:
HookCollection
FinalHooksOnOriginal
The Collection of Hooks left on the original Dot Category: Behavior
Public Property FinalHooksOnOriginal() As HookCollection
Remarks:
IndexParameters:
Return Value:
HookCollection
LocationND
The Location of NewDot on NewDot.ParentGraph Category: Behavior
Public ReadOnly Property LocationND() As Point
Remarks:
IndexParameters:
Return Value:
Point
NewDot
The New LI resulting from the Break Category: Behavior
Public Property NewDot() As Dot
Remarks:
IndexParameters:
Return Value:
Dot
OriginalDot
The Original LI in which the Break occurs Category: Behavior
Public Property OriginalDot() As Dot
Remarks:
IndexParameters:
Return Value:
Dot
StartingHooksOnOriginal
The Original Hooks Array on the Dot which is split Category: Behavior
Public Property StartingHooksOnOriginal() As HookCollection
Remarks:
IndexParameters:
Return Value:
HookCollection


BreakDot Public Methods
EngenderMitosis
Accomplishes the break and creation of Child Dot and Ligature
Public Sub EngenderMitosis(ByVal AtPoint As Point)
Remarks:
Parameters:
ByVal AtPoint As Point
Return Value:
Void


BreakDot Public Events