Interface IPaintPositionManager


public interface IPaintPositionManager
Manages and updates positions used by IPainters.
Since:
2.1
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Starts managing the given position until unmanagePosition is called.
    void
    Stops managing the given position.
  • Method Details Link icon

    • managePosition Link icon

      void managePosition(Position position)
      Starts managing the given position until unmanagePosition is called.
      Parameters:
      position - the position to manage
      See Also:
    • unmanagePosition Link icon

      void unmanagePosition(Position position)
      Stops managing the given position. If the position is not managed by this managed, this call has no effect.
      Parameters:
      position - the position that should no longer be managed