Class KContainerRenderingExtensions

java.lang.Object
de.cau.cs.kieler.klighd.krendering.extensions.KContainerRenderingExtensions

public class KContainerRenderingExtensions extends Object
This class contains lots of convenient helper functions for composing and configuring KRendering-based view models. In order to be consistent with the further extension classes the extension methods are non-static ones requiring this class to be instantiated. Since this class doesn't declare any fields (i.e. required memory) except the reference of further extensions classes the instantiation should not be a problem. The instantiation may be done directly by calling 'new KContainerRenderingExtensions()' or by delegating that to a dependency injection framework.

NOTE: Do NOT introduce create extensions or other continuous memory in that class!
Author:
chsch, alb
This class contains Xtend extension methods.