Usages of IComparable
Properties
nodeComparables | in LayerConstraintData | Gets or sets the mapping from nodes to an IComparable (for example a number or string) defining their layer constraints. | |
itemComparables | in SequenceConstraintData | Gets or sets the mapping from nodes or edges to an IComparable (for example a number or string) defining their sequence sort order. | |
outEdgeComparables | in ChildOrderData | Gets or sets a mapping from edges to an IComparable used to sort the nodes' outgoing edges, which ultimately orders the successor nodes of a node. | |
targetNodeComparables | in ChildOrderData | Gets or sets a mapping from nodes to an IComparable used to sort the nodes' successors. | |
componentIds | in ComponentLayoutData | Gets or sets the mapping from nodes to their component comparable that is used to sort the components. |
Fields
COMPONENT_ID_DATA_KEY | in ComponentLayout | A data key for specifying custom graph components. |
Method Return Values
addOrderConstraint (ConstraintOrientation) | in OrganicConstraintData | Adds constraints that cause the given nodes to be placed along the specified axis in the order they are given. |
Method Parameters
ComponentLayoutData () | in ComponentLayoutData |
Implementing Types
Point | Represents a point in two-dimensional Cartesian coordinates. | |
SnapResult | This is the base class used by the implementers of SnapContext to model the result of the pointer being snapped to a certain location. | |
TimeSpan | A structure which represents a time span. | |
LayoutGridCell | This class represents a single layout grid cell, i.e., a pair consisting of a row and a column. | |
LayoutGridColumn | This class represents a column of a LayoutGrid structure. | |
LayoutGridRow | This class represents a row of a LayoutGrid structure. |