Class StaticShadowLayer
java.lang.Object
de.gurkenlabs.litiengine.graphics.ColorLayer
de.gurkenlabs.litiengine.graphics.StaticShadowLayer
-
Constructor Summary
ConstructorsConstructorDescriptionStaticShadowLayer(Environment environment, Color color) Instantiates a newStaticShadowLayerinstance. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclearSection(Graphics2D g, Rectangle2D section) protected voidrenderSection(Graphics2D g, Rectangle2D section) Methods inherited from class de.gurkenlabs.litiengine.graphics.ColorLayer
getColor, getEnvironment, render, setAlpha, setColor, updateSection
-
Constructor Details
-
StaticShadowLayer
Instantiates a newStaticShadowLayerinstance.- Parameters:
environment- The environment to which this instance is assigned.color- The color of this instance.
-
-
Method Details
-
renderSection
- Specified by:
renderSectionin classColorLayer
-
clearSection
- Specified by:
clearSectionin classColorLayer
-