Class DefaultShader

  • All Implemented Interfaces:
    Shader

    @Singleton
    @Named
    public class DefaultShader
    extends java.lang.Object
    implements Shader
    Author:
    Jason van Zyl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void shade​(ShadeRequest shadeRequest)
      Perform a shading operation.
      • Methods inherited from class java.lang.Object

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

      • DefaultShader

        public DefaultShader()
      • DefaultShader

        public DefaultShader​(Logger logger)
    • Method Detail

      • shade

        public void shade​(ShadeRequest shadeRequest)
                   throws java.io.IOException,
                          MojoExecutionException
        Description copied from interface: Shader
        Perform a shading operation.
        Specified by:
        shade in interface Shader
        Parameters:
        shadeRequest - holds the many parameters to this method
        Throws:
        java.io.IOException - for IO errors reading the thing
        MojoExecutionException - for anything else that goes wrong.