Class RadioRenderer.FlatParagraphRenderer

    • Constructor Detail

      • FlatParagraphRenderer

        public FlatParagraphRenderer​(Paragraph modelElement)
    • Method Detail

      • drawChildren

        public void drawChildren​(DrawContext drawContext)
        Description copied from class: ParagraphRenderer
        Performs the drawing operation for all children of this renderer.
        Overrides:
        drawChildren in class ParagraphRenderer
        Parameters:
        drawContext - the context (canvas, document, etc) of this drawing operation.
      • drawBorder

        public void drawBorder​(DrawContext drawContext)
        Performs the drawing operation for the border of this renderer, if defined by any of the Property.BORDER values in either the layout element or this IRenderer itself.
        Overrides:
        drawBorder in class AbstractRenderer
        Parameters:
        drawContext - the context (canvas, document, etc) of this drawing operation.