Interface EnvironmentRenderedListener
- All Superinterfaces:
EventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This listener provides call backs for different points during rendering an
Environment.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidrendered(Graphics2D g, RenderType type) This method is called after theEnvironmentrendered everything of the specifiedRenderType.
-
Method Details
-
rendered
This method is called after theEnvironmentrendered everything of the specifiedRenderType.- Parameters:
g- The graphics object that is being rendered to.type- The render type for which all instances were just rendered.
-