Uses of Interface
diva.sketch.parser2d.Relation

Uses of Relation in diva.sketch.parser2d
 

Classes in diva.sketch.parser2d that implement Relation
 class AngleRelation
          Calculate the direction angle (between 0 and 2*PI) between user-specified sites on a pair of rectangles.
 class AreaRatioRelation
          Calculate the ratio of areas of the input rectangles.
 class DirectedRelation
          A directed relation is a relation where the value being calculated is relative to one of the rectangles in particular.
 class DistanceRelation
          Calculate the euclidean distance between given sites on pairs of input rectangles.
 class HeightRatioRelation
          Calculate the ratio of heights of the input rectangles with the specified "whichNumerator" constructor argument as the numerator of the ratio.
 class OverlapRelation
          Calculate the percentage of one of the rectangles that overlaps the other.
 class WidthRatioRelation
          Calculate the ratio of widths of the input rectangles with the specified "whichNumerator" constructor argument as the numerator of the ratio.
 

Constructors in diva.sketch.parser2d with parameters of type Relation
BasicConstraint.BasicConstraint(Relation r, double minVal, double maxVal)
          Create the constraints object with the given relations and given min/max constraints.