class ASCII extends Renderer<java.lang.String>
A Renderer that outputs ASCII art maps.
| Type | Name and description | 
|---|---|
java.util.List  | 
                            charactersThe List of characters used to display the map  | 
                        
java.awt.Image  | 
                            rendererThe Image Renderer  | 
                        
int  | 
                            widthThe maximum output width  | 
                        
| Constructor and description | 
|---|
                                ASCII() | 
                        
Groovy Documentation