org.jzy3d.plot3d.rendering.scene
Class Decomposition

java.lang.Object
  extended by org.jzy3d.plot3d.rendering.scene.Decomposition

public class Decomposition
extends Object


Constructor Summary
Decomposition()
           
 
Method Summary
static ArrayList<AbstractDrawable> getDecomposition(AbstractComposite input)
          Recursively expand all monotype Drawables from the given Composite.
static ArrayList<AbstractDrawable> getDecomposition(List<AbstractDrawable> drawables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decomposition

public Decomposition()
Method Detail

getDecomposition

public static ArrayList<AbstractDrawable> getDecomposition(List<AbstractDrawable> drawables)

getDecomposition

public static ArrayList<AbstractDrawable> getDecomposition(AbstractComposite input)
Recursively expand all monotype Drawables from the given Composite.