Class FontSmoothResolveHandler

  • All Implemented Interfaces:
    ResolveHandler

    public class FontSmoothResolveHandler
    extends Object
    implements ResolveHandler
    Creation-Date: 18.12.2005, 15:13:24
    Author:
    Thomas Morgner
    • Constructor Detail

      • FontSmoothResolveHandler

        public FontSmoothResolveHandler()
    • 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:
      • resolve

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