Class CompositionLine


public class CompositionLine extends UMLConnectionLine
The type Composition line.
  • Constructor Details

    • CompositionLine

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