Uses of Class
org.eclipse.draw2d.geometry.Ray
Packages that use Ray
Package
Description
Primary package containing general interfaces and implementation classes.
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
-
Uses of Ray in org.eclipse.draw2d
Methods in org.eclipse.draw2d that return RayModifier and TypeMethodDescriptionprotected RayManhattanConnectionRouter.getDirection(Rectangle r, Point p) Returns the direction the point p is in relation to the given rectangle.protected RayManhattanConnectionRouter.getEndDirection(Connection conn) protected RayManhattanConnectionRouter.getStartDirection(Connection conn) Methods in org.eclipse.draw2d with parameters of type RayModifier and TypeMethodDescriptionprotected voidManhattanConnectionRouter.processPositions(Ray start, Ray end, List<Integer> positions, boolean horizontal, Connection conn) -
Uses of Ray in org.eclipse.draw2d.geometry
Methods in org.eclipse.draw2d.geometry that return RayModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which is the sum of this Ray with another.Ray.getAveraged(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents the average of this Ray with another.Ray.getScaled(int s) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents this Ray scaled by the amount provided.Methods in org.eclipse.draw2d.geometry with parameters of type RayModifier and TypeMethodDescriptionintRay.assimilarity(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the magnitude of the cross product of this Ray with another.intRay.dotProduct(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the dot product of this Ray with another.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which is the sum of this Ray with another.Ray.getAveraged(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents the average of this Ray with another.intRay.similarity(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the similarity of this Ray with another.Constructors in org.eclipse.draw2d.geometry with parameters of type Ray