Class PSPainterUtil


  • public final class PSPainterUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PSPainterUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.awt.image.BufferedImage buildImage​(java.awt.Color color, int width, int height)  
      private static java.awt.image.RenderedImage buildMaskImage​(java.awt.image.BufferedImage image, int width, int height)  
      static void drawTransparency​(org.apache.xmlgraphics.ps.PSGenerator generator, java.awt.Rectangle rect, java.awt.Paint fill)  
      • Methods inherited from class java.lang.Object

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

      • PSPainterUtil

        private PSPainterUtil()
    • Method Detail

      • drawTransparency

        public static void drawTransparency​(org.apache.xmlgraphics.ps.PSGenerator generator,
                                            java.awt.Rectangle rect,
                                            java.awt.Paint fill)
      • buildImage

        private static java.awt.image.BufferedImage buildImage​(java.awt.Color color,
                                                               int width,
                                                               int height)
      • buildMaskImage

        private static java.awt.image.RenderedImage buildMaskImage​(java.awt.image.BufferedImage image,
                                                                   int width,
                                                                   int height)