Class MoveToResolveHandler

    • Constructor Detail

      • MoveToResolveHandler

        public MoveToResolveHandler()
    • Method Detail

      • getRequiredStyles

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

        public void resolve​(DocumentContext process,
                            LayoutElement currentNode,
                            StyleKey key)
        Resolves a single property.
        Specified by:
        resolve in interface ResolveHandler
        Parameters:
        currentNode -
        process - the current layout process controlling everyting
        key - the style key that is computed.