Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchLayout Class
Properties Methods


In This Topic
    NBatchLayout Class Members
    In This Topic

    The following tables list the members exposed by NBatchLayout.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the batch bounds (Inherited from Nevron.Diagram.Batches.NBatch)
    Public PropertyGets the batch constrain bounds (Inherited from Nevron.Diagram.Batches.NBatch)
    Public PropertyGets/sets the document associated with the batch (Inherited from Nevron.Diagram.Batches.NBatch)
    Public PropertyDetermines whether the batch is bounds constrained (Inherited from Nevron.Diagram.Batches.NBatch)
    Public PropertyGets/sets the nodes representing the batch (Inherited from Nevron.Diagram.Batches.NBatch)
    Top
    Public Methods
     NameDescription
    Public MethodAligns the lefts of the nodes from this batch to the specified anchor left  
    Public MethodAligns the locations of the nodes from this batch to the specified virtual grid (defined by origin and cell size)  
    Public MethodAligns the tops of the nodes from this batch to the specified anchor top  
    Public MethodOverridden. Builds the formatter batch from the specified building nodes  
    Public MethodDetermines whether the aling lefts operation can be performed  
    Public MethodDetermines whether the aling to grid operation can be performed  
    Public MethodDetermines whether the aling tops operation can be performed  
    Public MethodDetermines whether the center in document horizontally operation can be performed  
    Public MethodDetermines whether the center in document vertically operation can be performed  
    Public MethodDetermines whether the decrease horizontal spacing operation can be performed  
    Public MethodDetermines whether the decrease vertical spacing operation can be performed  
    Public MethodDetermines whether the increase height operation can be performed  
    Public MethodDetermines whether the increase horizontal spacing operation can be performed  
    Public MethodDetermines whether the increase horizontal spacing operation can be performed  
    Public MethodDetermines whether the increase width operation can be performed  
    Public MethodDetermines whether the make horizontal spacing equal operation can be performed  
    Public MethodDetermines whether the make same height operation can be performed  
    Public MethodDetermines whether the make same size operation can be performed  
    Public MethodDetermines whether the make same width operation can be performed  
    Public MethodDetermines whether the make vertical spacing equal operation can be performed  
    Public MethodDetermines whether the remove horizontal spacing operation can be performed  
    Public MethodDetermines whether the remove vertical spacing operation can be performed  
    Public MethodDetermines whether the size to grid operation can be performed  
    Public MethodCenters the batch nodes horizontally in the document  
    Public MethodCenters the batch nodes vertically in the document  
    Public MethodDecreases the horizontal spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor  
    Public MethodDecreases the vertical spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor  
    Public MethodIncreased the height of the nodes from this batch with the specified step  
    Public MethodIncreases the horizontal spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor  
    Public MethodIncreases the vertical spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor  
    Public MethodIncreased the width of the nodes from this batch with the specified step  
    Public MethodMakes the horizontal spacing between the batch nodes equal  
    Public MethodMakes the height of the nodes from this batch equal to the specified anchor height  
    Public MethodMakes the size of the nodes from this batch equal to the specified anchor size  
    Public MethodMakes the width of the nodes from this batch equal to the specified anchor width  
    Public MethodMakes the vertical spacing between the batch nodes equal  
    Public MethodRemoves the horizontal spacing between the batch nodes and preserves the location of the specified anchor  
    Public MethodRemoves the vertical spacing between the batch nodes and preserves the location of the specified anchor  
    Public MethodSizes the nodes from this batch to fit specified virtual grid cells (defined by origin and cell size)  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the nodes to the specified composite (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodSafely calls the BeginUpdate method of the drawing document (if the batch is executed for a drawing document) (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodCommits the current transaction (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodSafely calls the EndUpdate method of the drawing document (if the batch is executed for a drawing document) (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodRemoves the specified nodes from the composites in which they reside (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodRestores the specified connections (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodRestores the scene transformations of the specified nodes (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodSnaps the specified point to a virtual grid  
    Protected MethodSorts the specified nodes using the specified comparer  
    Protected MethodStarts a new transaction (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodStores the connections in which the specified nodes participate (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodStores the scene transformations of the specified nodes (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodVerifies if the specified node is a valid anchor node  
    Protected MethodVerifies if the batch nodes have the required permissions (Inherited from Nevron.Diagram.Batches.NBatch)
    Protected MethodVerifies if the specified node has the required permissions (Inherited from Nevron.Diagram.Batches.NBatch)
    Top
    See Also