Interface GridPointTranslatorDecorator

    • Method Detail

      • 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