Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
org.eclipse.draw2d.geometry |
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
|
Modifier and Type | Method and Description |
---|---|
protected Ray |
ManhattanConnectionRouter.getDirection(Rectangle r,
Point p)
Returns the direction the point p is in relation to the given
rectangle.
|
protected Ray |
ManhattanConnectionRouter.getEndDirection(Connection conn) |
protected Ray |
ManhattanConnectionRouter.getStartDirection(Connection conn) |
Modifier and Type | Method and Description |
---|---|
protected void |
ManhattanConnectionRouter.processPositions(Ray start,
Ray end,
java.util.List positions,
boolean horizontal,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
Ray |
Ray.getAdded(Ray r)
Deprecated.
Creates a new Ray which is the sum of this Ray with another.
|
Ray |
Ray.getAveraged(Ray r)
Deprecated.
Creates a new Ray which represents the average of this Ray with another.
|
Ray |
Ray.getScaled(int s)
Deprecated.
Creates a new Ray which represents this Ray scaled by the amount
provided.
|
Modifier and Type | Method and Description |
---|---|
int |
Ray.assimilarity(Ray r)
Deprecated.
Calculates the magnitude of the cross product of this Ray with another.
|
int |
Ray.dotProduct(Ray r)
Deprecated.
Calculates the dot product of this Ray with another.
|
Ray |
Ray.getAdded(Ray r)
Deprecated.
Creates a new Ray which is the sum of this Ray with another.
|
Ray |
Ray.getAveraged(Ray r)
Deprecated.
Creates a new Ray which represents the average of this Ray with another.
|
int |
Ray.similarity(Ray r)
Deprecated.
Calculates the similarity of this Ray with another.
|
Constructor and Description |
---|
Ray(Ray start,
Ray end)
Deprecated.
Constructs a Ray representing the difference between two provided Rays.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.