Interface GridPointTranslatorDecorator

All Superinterfaces:
GridPointTranslator

public interface GridPointTranslatorDecorator extends GridPointTranslator
This represents a PointTranslator that performs an operation using its methods, and then after it has finished doing its translations will pass its result to another PointTranslator.
Author:
Jerry Vos
  • Method Details

    • getDecorated

      GridPointTranslator getDecorated()
      Retrieves the translator being decorated.
      Returns:
      the translator being decorated
    • decorate

      void decorate(GridPointTranslator decorated)
      Sets the translator to decorate.
      Parameters:
      decorated - the translator to decorates