Class LayoutManagerMapping.Maker

    • Constructor Summary

      Constructors 
      Constructor Description
      Maker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void make​(FONode node, java.util.List lms)
      Create a layout manager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Maker

        public Maker()
    • Method Detail

      • make

        public void make​(FONode node,
                         java.util.List lms)
        Create a layout manager.
        Parameters:
        node - the associated FO node
        lms - a list of layout managers to which new manager is to be added