Class GeneralizationLine


public class GeneralizationLine extends UMLConnectionLine
The type Generalization line.
  • Constructor Details

    • GeneralizationLine

      public GeneralizationLine(int x1, int y1, int x2, int y2, UMLObjectTypes objectType)
      Instantiates a new Generalization line.
      Parameters:
      x1 - the x 1
      y1 - the y 1
      x2 - the x 2
      y2 - the y 2
      objectType - the object type
  • Method Details