Package VASSAL.build.module.map
Interface MapShader.ShadedPiece
- All Known Implementing Classes:
AreaOfEffect
- Enclosing class:
- MapShader
public static interface MapShader.ShadedPiece
Pieces that contribute to shading must implement this interface
-
Method Summary
-
Method Details
-
getArea
Returns the Area to add to (or subtract from) the area drawn by the MapShader's. Area is assumed to be at zoom factor 1.0- Parameters:
shader
- Map Shader- Returns:
- the Area contributed by the piece
-