Interface Locator

All Known Implementing Classes:
AbstractLocator, ArrowLocator, BendpointLocator, ConnectionEndpointLocator, ConnectionLocator, MidpointLocator, RelativeLocator

public interface Locator
Controls the location of an IFigure.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    relocate(IFigure target)
    Relocates the given IFigure.
  • Method Details

    • relocate

      void relocate(IFigure target)
      Relocates the given IFigure.
      Parameters:
      target - The figure to relocate