Class SimpleRenderer

All Implemented Interfaces:
Component, RemoteRenderer, Renderer

public class SimpleRenderer extends AbstractRemoteRenderer
  • Field Details

    • OPTION_ANTIALIASING_NONE

      public static final int OPTION_ANTIALIASING_NONE
      See Also:
    • OPTION_ANTIALIASING_LOW

      public static final int OPTION_ANTIALIASING_LOW
      See Also:
    • OPTION_ANTIALIASING_MEDIUM

      public static final int OPTION_ANTIALIASING_MEDIUM
      See Also:
    • OPTION_ANTIALIASING_HIGH

      public static final int OPTION_ANTIALIASING_HIGH
      See Also:
    • antialiasing

      private int antialiasing
      Define subsample antialiasing level (default is high).
    • resolution

      private int resolution
      Define renderer output resolution in DPI (default is 75dpi).
  • Constructor Details

    • SimpleRenderer

      public SimpleRenderer()
  • Method Details