Runtime

Uses of Class
org.eclipse.gmf.runtime.draw2d.ui.geometry.LineSeg.Sign

Packages that use LineSeg.Sign
org.eclipse.gmf.runtime.draw2d.ui.geometry Provides a set of classes for geometric manipulation. 
 

Uses of LineSeg.Sign in org.eclipse.gmf.runtime.draw2d.ui.geometry
 

Fields in org.eclipse.gmf.runtime.draw2d.ui.geometry declared as LineSeg.Sign
static LineSeg.Sign LineSeg.Sign.NEGATIVE
          Constant designating an orientation that is negative relative to the lineseg vector.
static LineSeg.Sign LineSeg.Sign.POSITIVE
          Constant designating an orientation that is position relative to the lineseg vector.
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.geometry that return LineSeg.Sign
 LineSeg.Sign LineSeg.positionRelativeTo(Point rel)
          Returns out a positive or negative value (Positive / Negative) depending on the orientation of the given point to the line.
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.geometry with parameters of type LineSeg.Sign
 Point LineSeg.locatePoint(double pctDist, long theHeight, LineSeg.Sign asOriented)
          Locates a point at a given height and distance along the line segment.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.