Class Decomposition


  • public class Decomposition
    extends Object
    • Method Detail

      • getDecomposition

        public static List<Drawable> getDecomposition​(List<? extends Drawable> drawables)
        Decompose all input drawable that are of type Composite into a list of non decomposable Drawables. Note that
        • A Drawable.isDisplayed()=false will be skipped and neither decomposed, neither in output list
        • A Drawable#isFaceDisplayed()=false will be kept but not decomposed as object with wireframe only or boundary only do not need a decomposition for rendering properly with alpha.