| Modifier and Type | Class and Description | 
|---|---|
| static class  | ImageBanner.PixelModePixel modes supported by the image banner. | 
Banner.Mode| Constructor and Description | 
|---|
| ImageBanner(org.springframework.core.io.Resource image) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | printBanner(org.springframework.core.env.Environment environment,
           java.lang.Class<?> sourceClass,
           java.io.PrintStream out)Print the banner to the specified print stream. | 
public void printBanner(org.springframework.core.env.Environment environment,
                        java.lang.Class<?> sourceClass,
                        java.io.PrintStream out)
BannerprintBanner in interface Bannerenvironment - the spring environmentsourceClass - the source class for the applicationout - the output print stream