public class PaintRenderer extends java.lang.Object implements NibbleLayerRenderer, BitLayerRenderer
LayerRenderer that can render the types of paint returned by CustomLayer.getPaint().| Constructor and Description | 
|---|
| PaintRenderer(java.lang.Object paint,
             float opacity) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPixelColour(int globalX,
              int globalY,
              int underlyingColour,
              boolean value) | 
| int | getPixelColour(int globalX,
              int globalY,
              int underlyingColour,
              int value) | 
public int getPixelColour(int globalX,
                          int globalY,
                          int underlyingColour,
                          boolean value)
getPixelColour in interface BitLayerRendererpublic int getPixelColour(int globalX,
                          int globalY,
                          int underlyingColour,
                          int value)
getPixelColour in interface NibbleLayerRenderer