| appendOrientedRectangle (IOrientedRectangle, boolean) | in
GeneralPath | Appends an IOrientedRectangle to this path instance. |
| intersects (IOrientedRectangle, number) | in
IOrientedRectangle | Determines whether an OrientedRectangle intersects another one. |
| createTransform (IOrientedRectangle) | in
Matrix | Creates a transformation matrix that can be used to transform points that are in the local coordinate system of the oriented rectangle if the top-left corner is the origin. |
| OrientedRectangle (IOrientedRectangle) | in
OrientedRectangle | Creates a new instance using the provided values to initialize. |
| setShape (IOrientedRectangle) | in
OrientedRectangle | Applies the values provided by the given instance to the values of this instance. |
| intersects (IOrientedRectangle, number?) | in
Rect | Determines whether this rectangle intersects an IOrientedRectangle, given an epsilon. |
| findBestParameter (ILabel, IOrientedRectangle) | in
BezierEdgePathLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
BezierEdgeSegmentLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
CompositeLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
EdgePathLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
EdgeSegmentLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
FreeEdgeLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| createDynamic (IOrientedRectangle) | in
FreeLabelModel | Creates a new label model parameter that dynamically reads the label layout from the provided instance. |
| createParameterForLayouts (Rect, IOrientedRectangle, Point?) | in
FreeNodeLabelModel | Creates a parameter instance that anchors the labelLayout relative to the nodeLayout . |
| findBestParameter (ILabel, IOrientedRectangle) | in
FreeNodeLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| findBestParameter (ILabel, IOrientedRectangle) | in
FreePortLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| create (function(IOrientedRectangle):ILabelModelParameter) | in
ILabelModelParameterFinder | |
| findBestParameter (IOrientedRectangle) | in
ILabelModelParameterFinder | Tries to find a parameter that best matches the given layout for the label instance whose lookup returned this finder. |
| findBestParameter (ILabel, IOrientedRectangle) | in
SmartEdgeLabelModel | Tries to find a parameter that best matches the given layout for the provided label instance. |
| collectSnapResults (GraphSnapContext, CollectSnapResultsEventArgs, IOrientedRectangle, ILabel) | in
ILabelSnapResultProvider | Called when the given label is dragged to add SnapResults for the SnapReferences provided by the context . |
| create (function(GraphSnapContext, CollectSnapResultsEventArgs, IOrientedRectangle, ILabel):void) | in
ILabelSnapResultProvider | |
| fromOrientedRectangle (IOrientedRectangle) | in
ILassoTestable | Creates an implementation of the ILassoTestable interface that tests if the orientedRectangle intersects the area of the lasso path. |
| getDistance (IOrientedRectangle, Point) | in
LabelPositionHandler | Calculates a distance value between a candidate rectangle and the mouse location. |
| collectOrthogonalLineSnapResults (GraphSnapContext, CollectSnapResultsEventArgs, OrthogonalSnapLine, IOrientedRectangle, ILabel) | in
LabelSnapResultProvider | Collects snap results that snap the center or any border of the bounds of the label to the given snapLine . |
| collectSnapLineResults (GraphSnapContext, CollectSnapResultsEventArgs, SnapLine, IOrientedRectangle, ILabel) | in
LabelSnapResultProvider | Collect snap results that snap the center of the label to the given snapLine . |
| collectSnapResults (GraphSnapContext, CollectSnapResultsEventArgs, IOrientedRectangle, ILabel) | in
LabelSnapResultProvider | |
| addFixedCandidate (IOrientedRectangle, number?) | in
EdgeLabelCandidates | Adds a candidate that describes a label placement at a single fixed position. |
| LabelCandidate (IOrientedRectangle, number?) | in
LabelCandidate | Creates a new instance of LabelCandidate described by its boundary. |
| addFixedCandidate (IOrientedRectangle, number?) | in
NodeLabelCandidates | Adds a candidate that describes a label placement at a single fixed position. |
| addLabel (LayoutNode, IOrientedRectangle) | in
LayoutGraph | Creates a new label for the specified node with the given layout. |
| addLabel (LayoutEdge, IOrientedRectangle) | in
LayoutGraph | Creates a new label for the specified edge with the given layout. |
| createLayoutTransform (IRenderContext, IOrientedRectangle, boolean) | in
LabelStyleBase | Creates a transform matrix that can be applied to a Visual to arrange it according to the given layout and autoFlip rule. |
| createLayoutTransform (IOrientedRectangle, boolean) | in
LabelStyleBase | Creates a transform matrix that can be applied to a Visual to arrange it according to the given layout and autoFlip rule. |