Class Java2DRenderingSettings

  • Direct Known Subclasses:
    BitmapRenderingSettings

    public class Java2DRenderingSettings
    extends java.lang.Object
    This class holds settings used when rendering with Java2D.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Color pageBackgroundColor
      false: paints a non-transparent white background, true: for a transparent background
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color getPageBackgroundColor()
      Returns the page background color.
      boolean hasTransparentPageBackground()
      Indicates whether the pages have a transparent background or if it's painted in a particular color.
      void setPageBackgroundColor​(java.awt.Color color)
      Sets the page background color.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pageBackgroundColor

        private java.awt.Color pageBackgroundColor
        false: paints a non-transparent white background, true: for a transparent background
    • Constructor Detail

      • Java2DRenderingSettings

        public Java2DRenderingSettings()
    • Method Detail

      • getPageBackgroundColor

        public java.awt.Color getPageBackgroundColor()
        Returns the page background color.
        Returns:
        the page background color or null if the page background is transparent
      • setPageBackgroundColor

        public void setPageBackgroundColor​(java.awt.Color color)
        Sets the page background color.
        Parameters:
        color - the page background color or null if the page background shall be transparent
      • hasTransparentPageBackground

        public boolean hasTransparentPageBackground()
        Indicates whether the pages have a transparent background or if it's painted in a particular color.
        Returns:
        true if the pages have a transparent background