public static final class

RenderView.Lists

extends Object
java.lang.Object
   ↳ com.cooliris.media.RenderView.Lists

Summary

Fields
public final ArrayList<Layer> blendedList
public final ArrayList<Layer> hitTestList
public final ArrayList<Layer> opaqueList
public final ArrayList<Layer> systemList
public final ArrayList<Layer> updateList
Public Constructors
RenderView.Lists()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final ArrayList<Layer> blendedList

public final ArrayList<Layer> hitTestList

public final ArrayList<Layer> opaqueList

public final ArrayList<Layer> systemList

public final ArrayList<Layer> updateList

Public Constructors

public RenderView.Lists ()