rle.core.ui
Class Layer

java.lang.Object
  extended by rle.core.ui.Layer

public class Layer
extends java.lang.Object

A single layer of Things.


Constructor Summary
Layer()
           
 
Method Summary
 int index()
           
 boolean isOpaque()
           
 Thing thing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layer

public Layer()
Method Detail

thing

public Thing thing()

index

public int index()

isOpaque

public boolean isOpaque()