public class StaticShadowLayer extends ColorLayer
| Constructor and Description |
|---|
StaticShadowLayer(Environment env,
java.awt.Color color) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section) |
protected void |
renderSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section) |
getColor, getEnvironment, render, setAlpha, setColor, updateSectionpublic StaticShadowLayer(Environment env, java.awt.Color color)
protected void renderSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section)
renderSection in class ColorLayerprotected void clearSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section)
clearSection in class ColorLayer