Class StaticShadowLayer

java.lang.Object
de.gurkenlabs.litiengine.graphics.ColorLayer
de.gurkenlabs.litiengine.graphics.StaticShadowLayer
All Implemented Interfaces:
IRenderable

public class StaticShadowLayer
extends ColorLayer
  • Constructor Summary

    Constructors 
    ConstructorDescription
    StaticShadowLayer​(Environment environment, java.awt.Color color)
    Instantiates a new StaticShadowLayer instance.
  • Method Summary

    Modifier and TypeMethodDescription
    protected voidclearSection​(java.awt.Graphics2D g, java.awt.geom.Rectangle2D section) 
    protected voidrenderSection​(java.awt.Graphics2D g, java.awt.geom.Rectangle2D section) 

    Methods inherited from class de.gurkenlabs.litiengine.graphics.ColorLayer

    getColor, getEnvironment, render, setAlpha, setColor, updateSection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StaticShadowLayer

      public StaticShadowLayer​(Environment environment, java.awt.Color color)
      Instantiates a new StaticShadowLayer instance.
      Parameters:
      environment - The environment to which this instance is assigned.
      color - The color of this instance.
  • Method Details