Uses of Class
diva.sketch.parser2d.DirectedRelation

Uses of DirectedRelation in diva.sketch.parser2d
 

Subclasses of DirectedRelation in diva.sketch.parser2d
 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 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.