Class BoxBuilder.CreateChildrenContext

  • Enclosing class:
    BoxBuilder

    private static class BoxBuilder.CreateChildrenContext
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • needStartText

        boolean needStartText
      • needEndText

        boolean needEndText
      • inline

        boolean inline
    • Constructor Detail

      • CreateChildrenContext

        CreateChildrenContext​(boolean needStartText,
                              boolean needEndText,
                              CalculatedStyle parentStyle,
                              boolean inline)