public interface Shader
Modifier and Type | Method and Description |
---|---|
void |
shade(ShadeRequest shadeRequest)
Perform a shading operation.
|
static final String ROLE
void shade(ShadeRequest shadeRequest) throws IOException, MojoExecutionException
shadeRequest
- holds the many parameters to this methodIOException
- for IO errors reading the thingMojoExecutionException
- for anything else that goes wrong.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.