Interface ILayout

    • Method Detail

      • canLayout

        boolean canLayout​(ILayoutContext context)
        Checks whether the current pictogram element of the given context can be layouted.
        Parameters:
        context - the context
        Returns:
        true if update is possible
      • layout

        boolean layout​(ILayoutContext context)
        Layoutes the pictogram element.
        Parameters:
        context - the context
        Returns:
        true, if update process was successfull