Class RadioRenderer.FlatParagraphRenderer

All Implemented Interfaces:
IPropertyContainer, IRenderer
Enclosing class:
RadioRenderer

private class RadioRenderer.FlatParagraphRenderer extends ParagraphRenderer
  • Constructor Details

    • FlatParagraphRenderer

      public FlatParagraphRenderer(Paragraph modelElement)
  • Method Details

    • 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.
    • drawBackground

      public void drawBackground(DrawContext drawContext)
      Draws a background layer if it is defined by a key Property.BACKGROUND in either the layout element or this IRenderer itself.
      Overrides:
      drawBackground in class AbstractRenderer
      Parameters:
      drawContext - the context (canvas, document, etc) of this drawing operation.