| getTangent (number) | in
GeneralPath | Gets the tangent on this path instance at the given ratio. |
| getTangentForSegment (number, number) | in
GeneralPath | Gets the tangent on this path instance at the segment and segment ratio. |
| getTangent (IEdge, number) | in
CompositeEdgeStyle | Determines the tangent for the first style as the reference. |
| getTangentForSegment (IEdge, number, number) | in
CompositeEdgeStyle | Determines the tangent for the first style as the reference. |
| getTangent (IEdge, number) | in
DelegatingEdgeStyle | Determines the tangent of the edge from getEdge by using the style from getStyle. |
| getTangentForSegment (IEdge, number, number) | in
DelegatingEdgeStyle | Determines the tangent of the edge from getEdge by using the style from getStyle. |
| getSourceArrowAnchor (GeneralPath, IArrow) | in
EdgeStyleBase | Calculates the source arrow anchor and direction for a given arrow and path. |
| getTangent (IEdge, number) | in
EdgeStyleBase | Gets the tangent to the edge at the specified ratio and the corresponding touch point. |
| getTangentForSegment (IEdge, number, number) | in
EdgeStyleBase | Gets the tangent to the edge at the specified ratio of an edge segment and the corresponding touch point. |
| getTargetArrowAnchor (GeneralPath, IArrow) | in
EdgeStyleBase | Calculates the target arrow anchor and direction for a given arrow and path. |
| getTangent (number) | in
IPathGeometry | Calculates the tangent on the edge's path at the given ratio point. |
| getTangentForSegment (number, number) | in
IPathGeometry | Calculates the tangent on the edge's path at the given ratio point for the given segment. |
| getSourceArrowAnchor (GeneralPath, IArrow) | in
PathEdgeStyleBase | Calculates the source arrow anchor and direction for a given arrow and path. |
| getTangent (IEdge, number) | in
PathEdgeStyleBase | Gets the tangent to the edge at the specified ratio and the corresponding touch point. |
| getTangent (IEdge, number, number) | in
PathEdgeStyleBase | Gets the tangent to the edge at the specified ratio of a segment of the edge and the corresponding touch point. |
| getTargetArrowAnchor (GeneralPath, IArrow) | in
PathEdgeStyleBase | Calculates the target arrow anchor and direction for a given arrow and path. |