Interface InlineSequenceElement

    • Method Detail

      • getMinimumWidth

        long getMinimumWidth​(RenderNode node)
        The minimum width of the element. This is the minimum width of the element.
        Returns:
      • getMaximumWidth

        long getMaximumWidth​(RenderNode node)
        The maximum width an element wants to take. This returns the preferred size; even if offered more space, an element would not consume more than that.
        Returns:
      • isPreserveWhitespace

        boolean isPreserveWhitespace​(RenderNode node)
      • getClassification

        int getClassification()