Class BreakFormula


  • public final class BreakFormula
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BreakFormula()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Box split​(Box box, float width, float interline)  
      static Box split​(HorizontalBox hbox, float width, float interline)  
      • Methods inherited from class java.lang.Object

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

      • BreakFormula

        public BreakFormula()
    • Method Detail

      • split

        public static Box split​(Box box,
                                float width,
                                float interline)
      • split

        public static Box split​(HorizontalBox hbox,
                                float width,
                                float interline)