public interface IConnectionStyleBezierExtension
Modifier and Type | Method and Description |
---|---|
double |
getEndAngle(java.lang.Object rel)
Gets the angle between the end point, and the line between the start
and end, which will define the position of the end control point.
|
double |
getEndDistance(java.lang.Object rel)
Gets the distance between the end point and the end control point,
as a fraction of the distance between the start point and end point.
|
double |
getStartAngle(java.lang.Object rel)
Gets the angle between the start point, and the line between the start
and end, which will define the position of the start control point.
|
double |
getStartDistance(java.lang.Object rel)
Gets the distance between the start point and the start control point,
as a fraction of the distance between the start point and end point.
|
double getStartAngle(java.lang.Object rel)
rel
- the relationship to base on.Double.NaN
for defaults.double getEndAngle(java.lang.Object rel)
rel
- the relationship to base on.Double.NaN
for defaults.double getStartDistance(java.lang.Object rel)
rel
- the relationship to base on.Double.NaN
for defaults.double getEndDistance(java.lang.Object rel)
rel
- the relationship to base on.Double.NaN
for defaults.Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.