Interface Renderable

All Known Implementing Classes:
FlexText

public interface Renderable
An interface for renderable layout elements
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Printer printer, int width, int height)
    Render the element using the given printer and dimensions
  • Method Details

    • render

      void render(Printer printer, int width, int height)
      Render the element using the given printer and dimensions
      Parameters:
      printer - the printer to use
      width - the available width
      height - the available height