Interface ResolveHandler

    • Method Detail

      • getRequiredStyles

        StyleKey[] getRequiredStyles()
        This indirectly defines the resolve order. The higher the order, the more dependent is the resolver on other resolvers to be complete.
        Returns:
        the array of required style keys.
      • resolve

        void resolve​(DocumentContext process,
                     LayoutElement currentNode,
                     StyleKey key)
        Resolves a single property.
        Parameters:
        process - the current layout process controlling everyting
        currentNode - the current layout element that is processed
        key - the style key that is computed.