documentationfor yFiles for HTML 3.0.0.3

Usages of IComparable

Properties

nodeComparablesin LayerConstraintDataGets or sets the mapping from nodes to an IComparable (for example a number or string) defining their layer constraints.
itemComparablesin SequenceConstraintDataGets or sets the mapping from nodes or edges to an IComparable (for example a number or string) defining their sequence sort order.
outEdgeComparablesin ChildOrderDataGets 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.
targetNodeComparablesin ChildOrderDataGets or sets a mapping from nodes to an IComparable used to sort the nodes' successors.
componentIdsin ComponentLayoutDataGets or sets the mapping from nodes to their component comparable that is used to sort the components.

Fields

COMPONENT_ID_DATA_KEYin ComponentLayoutA data key for specifying custom graph components.

Method Return Values

addOrderConstraint (ConstraintOrientation)in OrganicConstraintDataAdds constraints that cause the given nodes to be placed along the specified axis in the order they are given.

Implementing Types

PointRepresents a point in two-dimensional Cartesian coordinates.
SnapResultThis is the base class used by the implementers of SnapContext to model the result of the pointer being snapped to a certain location.
TimeSpanA structure which represents a time span.
LayoutGridCellThis class represents a single layout grid cell, i.e., a pair consisting of a row and a column.
LayoutGridColumnThis class represents a column of a LayoutGrid structure.
LayoutGridRowThis class represents a row of a LayoutGrid structure.