Package | Description |
---|---|
com.yworks.yfiles.geometry |
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Method and Description |
---|---|
Tangent |
Tangent.clone() |
Tangent |
GeneralPath.getTangent(double ratio)
Gets the tangent on this path instance at the given ratio.
|
Tangent |
GeneralPath.getTangent(int segmentIndex,
double ratio)
Gets the tangent on this path instance at the segment and segment ratio.
|
Modifier and Type | Method and Description |
---|---|
protected Tangent |
AbstractEdgeStyle.getSourceArrowAnchor(GeneralPath path,
IArrow arrow)
Convenience method that calculates the source arrow anchor and direction for a a given arrow and path.
|
protected Tangent |
PathBasedEdgeStyleRenderer.getSourceArrowAnchor(IArrow arrow)
Calculate and update the anchor and the source arrow's direction vector.
|
Tangent |
VoidPathGeometry.getTangent(double ratio) |
Tangent |
PolylineEdgeStyleRenderer.getTangent(double ratio) |
abstract Tangent |
PathBasedEdgeStyleRenderer.getTangent(double ratio)
Calculates the tangent on the edge's path at the given ratio point.
|
Tangent |
IPathGeometry.getTangent(double ratio)
Calculates the tangent on the edge's path at the given ratio point.
|
Tangent |
ArcEdgeStyleRenderer.getTangent(double ratio) |
protected Tangent |
AbstractEdgeStyle.getTangent(IEdge edge,
double ratio)
Gets the tangent to the edge at the specified ratio and the corresponding touch point.
|
protected Tangent |
AbstractEdgeStyle.getTangent(IEdge edge,
int segmentIndex,
double ratio)
Gets the tangent to the edge at the specified ratio of a segment of the edge and the corresponding touch point.
|
Tangent |
VoidPathGeometry.getTangent(int segmentIndex,
double ratio) |
Tangent |
PolylineEdgeStyleRenderer.getTangent(int segmentIndex,
double ratio) |
abstract Tangent |
PathBasedEdgeStyleRenderer.getTangent(int segmentIndex,
double ratio)
Calculates the tangent on the edge's path at the given ratio point for the given segment.
|
Tangent |
IPathGeometry.getTangent(int segmentIndex,
double ratio)
Calculates the tangent on the edge's path at the given ratio point for the given segment.
|
Tangent |
ArcEdgeStyleRenderer.getTangent(int segmentIndex,
double ratio) |
protected Tangent |
AbstractEdgeStyle.getTargetArrowAnchor(GeneralPath path,
IArrow arrow)
Convenience method that calculates the target arrow anchor and direction for a a given arrow and path.
|
protected Tangent |
PathBasedEdgeStyleRenderer.getTargetArrowAnchor(IArrow arrow)
Calculate and update the anchor and the target arrow's direction vector.
|