Class SoftMask.SoftPaintContext

  • All Implemented Interfaces:
    java.awt.PaintContext
    Enclosing class:
    SoftMask

    private class SoftMask.SoftPaintContext
    extends java.lang.Object
    implements java.awt.PaintContext
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.PaintContext context  
    • Constructor Summary

      Constructors 
      Constructor Description
      SoftPaintContext​(java.awt.PaintContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      java.awt.image.ColorModel getColorModel()  
      java.awt.image.Raster getRaster​(int x1, int y1, int w, int h)  
      • Methods inherited from class java.lang.Object

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

      • context

        private final java.awt.PaintContext context
    • Constructor Detail

      • SoftPaintContext

        SoftPaintContext​(java.awt.PaintContext context)
    • Method Detail

      • getColorModel

        public java.awt.image.ColorModel getColorModel()
        Specified by:
        getColorModel in interface java.awt.PaintContext
      • getRaster

        public java.awt.image.Raster getRaster​(int x1,
                                               int y1,
                                               int w,
                                               int h)
        Specified by:
        getRaster in interface java.awt.PaintContext
      • dispose

        public void dispose()
        Specified by:
        dispose in interface java.awt.PaintContext