Class ShadingPaint<T extends PDShading>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Matrix matrix  
      protected T shading  
      • Fields inherited from interface java.awt.Transparency

        BITMASK, OPAQUE, TRANSLUCENT
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadingPaint​(T shading, Matrix matrix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Matrix getMatrix()  
      T getShading()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.awt.Paint

        createContext
      • Methods inherited from interface java.awt.Transparency

        getTransparency
    • Field Detail

      • shading

        protected final T extends PDShading shading
      • matrix

        protected final Matrix matrix
    • Constructor Detail

      • ShadingPaint

        ShadingPaint​(T shading,
                     Matrix matrix)
    • Method Detail

      • getShading

        public T getShading()
        Returns:
        the PDShading of this paint
      • getMatrix

        public Matrix getMatrix()
        Returns:
        the active Matrix of this paint