Class UMLPort

All Implemented Interfaces:
Shape, Serializable, Cloneable

public class UMLPort extends Rectangle
The type Uml port.
See Also:
  • Constructor Details

    • UMLPort

      public UMLPort(int centerX, int centerY, int offset)
      Instantiates a new Uml port.
      Parameters:
      centerX - the center x
      centerY - the center y
      offset - the offset
  • Method Details

    • setLocation

      public void setLocation(int centerX, int centerY, int offset)
      Set location.
      Parameters:
      centerX - the center x
      centerY - the center y
      offset - the offset